mirror of
https://github.com/glest/glest-source.git
synced 2025-08-15 04:43:58 +02:00
* added GAE path finder (SearchEngine and friends)
* some small changes to Unit, UnitType, Vec2<> & Map needed for the new path finder * compiles, but not hooked up yet, old PathFinder still in use
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
|
||||
#define NUM_ELEMENTS(ar) (sizeof(ar) / sizeof(ar[0]))
|
||||
|
Reference in New Issue
Block a user