mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
9 lines
119 B
C++
9 lines
119 B
C++
|
|
#ifndef MODEL_M2_INTERNAL_HPP
|
||
|
|
#define MODEL_M2_INTERNAL_HPP
|
||
|
|
|
||
|
|
#include <cstdint>
|
||
|
|
|
||
|
|
extern uint32_t* g_modelPool;
|
||
|
|
|
||
|
|
#endif
|