mirror of https://github.com/PrimeDecomp/prime.git
14 lines
180 B
C++
14 lines
180 B
C++
|
#ifndef __CDECALDESCRIPTION_HPP__
|
||
|
#define __CDECALDESCRIPTION_HPP__
|
||
|
|
||
|
|
||
|
class CDecalDescription {
|
||
|
public:
|
||
|
struct SQuadDescr {
|
||
|
};
|
||
|
|
||
|
private:
|
||
|
};
|
||
|
|
||
|
#endif //__CDECALDESCRIPTION_HPP__
|