You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
239 B

#ifndef TEXTUREIDS_H_
#define TEXTUREIDS_H_
#define N 0
#define NE 1
#define E 3
#define SE 5
#define S 7
#define SW 6
#define W 4
#define NW 2
#define TE_cursor 0
#define TE_worker 1
#define TE_building 2
#define TE_baustelle 3
#endif