mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-10 12:19:07 +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
|