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:
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
#include "tinyprint.hpp"
|
||||
#include "tinyprint.h"
|
||||
#include <stdexcept>
|
||||
|
||||
using namespace ticpp;
|
||||
|
Reference in New Issue
Block a user