New code, WiP.

New Path, Character and other simple classes, but a renderer is missing so now nothing gets displayed anymore.
This commit is contained in:
King_DuckZ 2014-02-12 00:27:55 +01:00
parent 8b11e76835
commit bcc0937726
13 changed files with 179 additions and 27 deletions

View file

@ -29,6 +29,9 @@ add_executable(${PROJECT_NAME}
src/sdlmain.cpp
src/game.cpp
src/gamebase.cpp
src/character.cpp
src/placeable.cpp
src/path.cpp
)
target_link_libraries(${PROJECT_NAME}