Added Makefile. Separated prototypes and implementation.
commit2d1724e6e44a0f9c699056116ce018b689dc7cc9
authorBrett Lajzer <brett@brettlajzer.com>
Thu, 21 Jun 2007 01:06:32 +0000 (20 21:06 -0400)
committerBrett Lajzer <brett@brettlajzer.com>
Thu, 21 Jun 2007 01:06:32 +0000 (20 21:06 -0400)
treeda0cd96dab097e48f5d9080b085aa97238280c6c
parent55f6ae94ecb96d4e2a158d3bfcc583c0a1d4e363
Added Makefile. Separated prototypes and implementation.

This update adds a Makefile and separates the implementation out of the .h files.
This is because it's not only a Good Thing to Do(tm), it makes building faster.
18 files changed:
INSTALL
Makefile [new file with mode: 0644]
base/EventManager.lua
compile
doc/class_eventmanager.html
doc/class_index.html
doc/class_object.html
doc/class_objectlist.html
doc/fun_ref.html
funcs_draw.cpp [copied from funcs_draw.h with 86% similarity]
funcs_draw.h
funcs_font.cpp [copied from funcs_font.h with 85% similarity]
funcs_font.h
funcs_input.cpp [copied from funcs_input.h with 92% similarity]
funcs_input.h
funcs_sound.cpp [copied from funcs_sound.h with 75% similarity]
funcs_sound.h
main.cpp