Files
cheats-updater/TegraExplorer/source/script/dictionaryClass.h
2026-03-05 20:18:29 +01:00

8 lines
279 B
C

#pragma once
#include "model.h"
#include "genericClass.h"
#include "compat.h"
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);