thunderbrew/src/model/M2Internal.hpp
2023-01-02 13:17:18 -06:00

9 lines
119 B
C++

#ifndef MODEL_M2_INTERNAL_HPP
#define MODEL_M2_INTERNAL_HPP
#include <cstdint>
extern uint32_t* g_modelPool;
#endif