Get the makefile basically working in producing an executable of the game
- tinyprint.hpp was renamed to tinyprint.h to conform to the pattern of the makefile rules
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "dlogutil.hpp"
|
||||
#include "tarball.hpp"
|
||||
#include "gzstream.h"
|
||||
#include "tinyprint.hpp"
|
||||
#include "tinyprint.h"
|
||||
#include "map_parse.hpp"
|
||||
|
||||
#define DONE_BUTTON_ITEM 1
|
||||
|
Reference in New Issue
Block a user