eco2d/code/common/atlas_shared.h

5 lines
81 B
C
Raw Normal View History

2021-01-11 16:29:18 +00:00
#pragma once
#define ATLAS_STRIDE 10
#define ATLAS_XY(x,y) ((y*ATLAS_STRIDE)+x)