mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
b1a50c2d1b
* Handwritten asm: exceptasm, get/setintmask * Fix maybe * Update warnings * Remove .global from jlabel * Move os_internal_rsp inclusion to os.h * Make HWINT_* defins consistent
15 lines
339 B
C
15 lines
339 B
C
#ifndef PR_VERSION_H
|
|
#define PR_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
|