mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 04:44:44 +00:00
Add versions.h (#2060)
This commit is contained in:
parent
3e516f48f3
commit
ac2224f095
9 changed files with 22 additions and 11 deletions
|
@ -1,16 +1,6 @@
|
|||
#ifndef MACROS_H
|
||||
#define MACROS_H
|
||||
|
||||
// OOT versions in build order
|
||||
#define OOT_GC_JP 1
|
||||
#define OOT_GC_JP_MQ 2
|
||||
#define OOT_GC_US 3
|
||||
#define OOT_GC_US_MQ 4
|
||||
#define OOT_GC_EU_MQ_DBG 5
|
||||
#define OOT_GC_EU 6
|
||||
#define OOT_GC_EU_MQ 7
|
||||
#define OOT_GC_JP_CE 8
|
||||
|
||||
#ifndef AVOID_UB
|
||||
#define BAD_RETURN(type) type
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue