mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-26 16:15:19 -07:00
Attempt to fix windows build error
This commit is contained in:
parent
3aa82eaaf1
commit
f52ba103aa
1 changed files with 2 additions and 0 deletions
|
@ -10,11 +10,13 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <Cvar.h>
|
#include <Cvar.h>
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
#include <z64.h>
|
#include <z64.h>
|
||||||
#include "variables.h"
|
#include "variables.h"
|
||||||
#include "functions.h"
|
#include "functions.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
extern GlobalContext* gGlobalCtx;
|
extern GlobalContext* gGlobalCtx;
|
||||||
|
}
|
||||||
|
|
||||||
void DrawEquip(ItemTrackerItem item);
|
void DrawEquip(ItemTrackerItem item);
|
||||||
void DrawItem(ItemTrackerItem item);
|
void DrawItem(ItemTrackerItem item);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue