Restructure more to allow tiers.
This commit is contained in:
@ -27,8 +27,9 @@
|
||||
if (*sp < 0) { *sp += tos; tos = b - 1; } else { tos = b; }
|
||||
#endif
|
||||
|
||||
#include "common/opcodes.h"
|
||||
#include "common/extra_opcodes.h"
|
||||
#include "common/tier0_opcodes.h"
|
||||
#include "common/tier1_opcodes.h"
|
||||
#include "common/tier2_opcodes.h"
|
||||
#include "common/floats.h"
|
||||
#include "common/calling.h"
|
||||
#include "common/calls.h"
|
||||
|
||||
Reference in New Issue
Block a user