Rename files

This commit is contained in:
Miloslav Ciz 2025-01-14 13:59:44 +01:00
parent 4d5594a834
commit ea57ecd470
9 changed files with 36 additions and 48 deletions

View file

@ -1,6 +1,11 @@
#ifndef _LCR_SETTINGS_H
#define _LCR_SETTINGS_H
/**
Settings file, values here may be changed by the user or overriden by frontend
before compilation.
*/
#ifndef LCR_SETTING_RESOLUTION_X
#define LCR_SETTING_RESOLUTION_X 1024
#endif