mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-10 03:15:52 +00:00
10 lines
137 B
C++
10 lines
137 B
C++
#ifndef _CCUBEMODEL
|
|
#define _CCUBEMODEL
|
|
|
|
class CCubeModel {
|
|
public:
|
|
static void SetRenderModelBlack(bool v);
|
|
};
|
|
|
|
#endif // _CCUBEMODEL
|