mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Refactore parse-xml.c into parse.c and parse-xml.c
This should help us to move parsing that is not XML related to other files, hopefully making the code cleaner. Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
0c564a4579
commit
02c80a60b0
7 changed files with 550 additions and 446 deletions
|
@ -46,6 +46,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \
|
|||
../../../core/liquivision.c \
|
||||
../../../core/load-git.c \
|
||||
../../../core/parse-xml.c \
|
||||
../../../core/parse.c \
|
||||
../../../core/save-html.c \
|
||||
../../../core/statistics.c \
|
||||
../../../core/worldmap-save.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue