mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-28 15:56:51 +00:00
15 lines
349 B
C
15 lines
349 B
C
|
#ifndef ULTRA64_VERSION_H
|
||
|
#define ULTRA64_VERSION_H
|
||
|
|
||
|
#define LIBULTRA_VERSION_D 'D'
|
||
|
#define LIBULTRA_VERSION_E 'E'
|
||
|
#define LIBULTRA_VERSION_F 'F'
|
||
|
#define LIBULTRA_VERSION_G 'G'
|
||
|
#define LIBULTRA_VERSION_H 'H'
|
||
|
#define LIBULTRA_VERSION_I 'I'
|
||
|
#define LIBULTRA_VERSION_J 'J'
|
||
|
#define LIBULTRA_VERSION_K 'K'
|
||
|
#define LIBULTRA_VERSION_L 'L'
|
||
|
|
||
|
#endif
|