basic-game-framework/src/layers.h

16 lines
181 B
C

#ifndef _layers_h
#define _layers_h
#ifdef __cplusplus
extern "C" {
#endif
#define RLAYER_TILEMAP 10
#define RLAYER_SPRITES 0
#ifdef __cplusplus
}
#endif
#endif /* _layers_h */