mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-09 13:39:10 +00:00
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__
|