(svn r1714) Add missing include

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 20 years ago
parent 5885b31bb4
commit a2de96abc0

@ -1,6 +1,8 @@
#ifndef MAP_H
#define MAP_H
#include "stdafx.h"
#define TILE_FROM_XY(x,y) (int)((((y) >> 4) << MapLogX()) + ((x) >> 4))
#define TILE_XY(x,y) (((y) << MapLogX()) + (x))

Loading…
Cancel
Save