1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-10-18 03:41:44 +01:00
TegraExplorer/source/script/else.h
2021-07-09 23:46:21 +02:00

7 lines
No EOL
169 B
C

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