(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#ifndef WATER_MAP_H
|
||||
#define WATER_MAP_H
|
||||
|
||||
#include "core/math_func.hpp"
|
||||
|
||||
enum WaterTileType {
|
||||
WATER_TILE_CLEAR,
|
||||
WATER_TILE_COAST,
|
||||
|
Reference in New Issue
Block a user