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:
2015-06-14 23:29:20 -04:00
parent a532ad3422
commit f0e6e7ef24
8 changed files with 88 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
//
//
#include "tinyprint.hpp"
#include "tinyprint.h"
#include <stdexcept>
using namespace ticpp;