mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
7 lines
169 B
C
7 lines
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);
|