Moved most of the generators code into a cpp file.

Since it doesn't use templates, it doesn't need to be in the header.
This commit is contained in:
WrinklyNinja
2014-03-20 00:30:35 +00:00
parent b57c60111f
commit aaf39c604a
3 changed files with 787 additions and 732 deletions
+1
View File
@@ -17,6 +17,7 @@ set (LOOT_SRC "${CMAKE_SOURCE_DIR}/src/backend/metadata.cpp"
"${CMAKE_SOURCE_DIR}/src/backend/network.cpp"
"${CMAKE_SOURCE_DIR}/src/backend/globals.cpp"
"${CMAKE_SOURCE_DIR}/src/backend/graph.cpp"
"${CMAKE_SOURCE_DIR}/src/backend/generators.cpp"
"${PROJECT_LIBS_DIR}/pugixml/src/pugixml.cpp")
set (LOOT_GUI_SRC ${LOOT_SRC}
File diff suppressed because it is too large Load Diff
+13 -732
View File
File diff suppressed because it is too large Load Diff