medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0bbe3af6a35af729e0952a706a40ab2d90a59d3a
parent a1c3372afb2f44b0d20a0522400d68cfaac76e58
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Sep 16 16:56:23 +0100

Include heightmap.h in btt.h

Diffstat:
btt.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/btt.h b/btt.h @@ -2,6 +2,7 @@ #define _BTT_H_ #include "memory_arena.h" +#include "heightmap.h" struct BTT { BTT * left;