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