Newer
Older
Import / applications / HighwayDash / ports / Game / Debug.h
@John Ryland John Ryland on 22 Dec 2020 230 bytes import NUC files
#ifndef DEBUG_H
#define DEBUG_H


void setDebugValue(const char* variableName, int val);
void setDebugValue(const char* variableName, float val);
void setDebugValue(const char* variableName, const char* val);


#endif // DEBUG_h