Config: Add case-insensitive ini file parser
This commit is contained in:
parent
b8c3e74275
commit
eb037a3779
5 changed files with 183 additions and 17 deletions
2
mkxp.pro
2
mkxp.pro
|
|
@ -89,6 +89,7 @@ HEADERS += \
|
|||
src/flashable.h \
|
||||
src/font.h \
|
||||
src/input.h \
|
||||
src/iniconfig.h \
|
||||
src/plane.h \
|
||||
src/scene.h \
|
||||
src/sprite.h \
|
||||
|
|
@ -145,6 +146,7 @@ SOURCES += \
|
|||
src/filesystem.cpp \
|
||||
src/font.cpp \
|
||||
src/input.cpp \
|
||||
src/iniconfig.cpp \
|
||||
src/plane.cpp \
|
||||
src/scene.cpp \
|
||||
src/sprite.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue