mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-21 22:34:32 +00:00
Make object file magic string a common define
Signed-off-by: Antonio Niño Díaz <[email protected]>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef RGBDS_COMMON_H
|
||||
#define RGBDS_COMMON_H
|
||||
|
||||
#define RGBDS_OBJECT_VERSION_STRING "RGB5"
|
||||
|
||||
#endif /* RGBDS_COMMON_H */
|
||||
Reference in New Issue
Block a user