Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include "wrap-algorithm.hpp"
|
||||
|
||||
#include "luastack.hpp"
|
||||
#include "util.hpp"
|
||||
#include "planemap.hpp"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
// Cell X, Y coordinates are packed such that they have 24 bits for X and Y.
|
||||
// A cell is 10 Meters square.
|
||||
// Cell ID zero is used to represent an invalid position.
|
||||
|
||||
Reference in New Issue
Block a user