1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2025-02-05 16:25:28 +00:00
TegraExplorer/source/script/dictionaryClass.h

6 lines
139 B
C
Raw Normal View History

2021-07-09 22:56:13 +02:00
#pragma once
#include "model.h"
#include "genericClass.h"
2021-07-12 18:04:52 +02:00
#include "compat.h"
Variable_t getDictMember(Variable_t* var, char* memberName);