safety push
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
#include "genericClass.h"
|
||||
#include "compat.h"
|
||||
|
||||
Variable_t getDictMember(Variable_t* var, char* memberName);
|
||||
Variable_t getDictMember(Variable_t* var, char* memberName);
|
||||
void addVariableToDict(Variable_t *dict, char* name, Variable_t *add);
|
||||
void addIntToDict(Variable_t *dict, char* name, s64 integer);
|
||||
Reference in New Issue
Block a user