mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-21 23:01:30 -04:00
fix building interpolation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#define DEBUG_SPEED_CONTROL 1
|
||||
|
||||
#endif
|
||||
@@ -2,6 +2,7 @@
|
||||
#define GLOBAL_H
|
||||
|
||||
#include "sys.h"
|
||||
#include "debug.h"
|
||||
|
||||
typedef enum OverlayCalls {
|
||||
/* 90 */ OVLCALL_FO_CS_COMPLETE = 90,
|
||||
|
||||
Reference in New Issue
Block a user