mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
7 lines
119 B
C
7 lines
119 B
C
#ifndef RGBDS_COMMON_H
|
|
#define RGBDS_COMMON_H
|
|
|
|
#define RGBDS_OBJECT_VERSION_STRING "RGB5"
|
|
|
|
#endif /* RGBDS_COMMON_H */
|