Update colViewer.cpp

Hopefully fixed it this time. Lets wait for jenkins.
This commit is contained in:
getBrainError 2022-06-02 17:03:04 +02:00
commit ad8961326a

View file

@ -6,13 +6,13 @@
#include <vector> #include <vector>
#include <string> #include <string>
#include <cmath> #include <cmath>
#include <Cvar.h>
extern "C" { 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"
#include <Cvar.h>
extern GlobalContext* gGlobalCtx; extern GlobalContext* gGlobalCtx;
} }