refactor: move code out of ModIndex.h

Now it's in ModIndex.cpp
This commit is contained in:
flow
2022-04-19 21:10:12 -03:00
committed by flow
parent ba50765c30
commit a99858c64d
6 changed files with 37 additions and 25 deletions

View File

@ -500,6 +500,9 @@ set(META_SOURCES
)
set(API_SOURCES
modplatform/ModIndex.h
modplatform/ModIndex.cpp
modplatform/ModAPI.h
modplatform/flame/FlameAPI.h