mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +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
|