Added a makefile

This commit is contained in:
2021-01-23 14:44:06 -05:00
parent 827a114752
commit b85e92343f
8 changed files with 42 additions and 36 deletions

View File

@@ -1,8 +1,8 @@
#include <cmath>
#include <algorithm>
#include "luastack.hpp"
#include "planemap.hpp"
#include "util.hpp"
#include "planemap.hpp"
// Cell X, Y coordinates are packed such that they have 24 bits for X and Y.
// A cell is 10 Meters square.