1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00
TegraExplorer/source/script/dictionaryClass.h
suchmememanyskill 8c6e70b63d add dicts
2021-07-12 18:04:52 +02:00

6 lines
139 B
C

#pragma once
#include "model.h"
#include "genericClass.h"
#include "compat.h"
Variable_t getDictMember(Variable_t* var, char* memberName);