mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-11-01 16:56:03 +03: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
|