mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-14 08:33:28 +00:00
12 lines
156 B
C++
12 lines
156 B
C++
#ifndef _CDECALDESCRIPTION
|
|
#define _CDECALDESCRIPTION
|
|
|
|
class CDecalDescription {
|
|
public:
|
|
struct SQuadDescr {};
|
|
|
|
private:
|
|
};
|
|
|
|
#endif // _CDECALDESCRIPTION
|