mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2025-01-26 11:13:14 -03: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); |