diff options
author | tom <tom@ground-control> | 2015-04-30 22:53:59 -0500 |
---|---|---|
committer | tom <tom@ground-control> | 2015-04-30 22:53:59 -0500 |
commit | 29168e06ffcea8b8f55a9ed2e8acb3529e776456 (patch) | |
tree | e56d99ef9e38962064b64a00d61a355f9a23fc29 /Makefile | |
parent | e1d75dfdf0727776adf0b3d44995ccf0e03487b3 (diff) |
added creature and resource classes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -OBJS = src/main.cpp src/window.cpp src/entity.cpp src/event.cpp +OBJS = src/main.cpp src/window.cpp src/entity.cpp src/event.cpp src/creature.cpp src/resource.cpp CC = g++ |