mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
8 lines
No EOL
272 B
C
8 lines
No EOL
272 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); |