mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 03:11:28 +00:00
12 lines
173 B
C++
12 lines
173 B
C++
#ifndef __PSHAG_CDECALDESCRIPTION_HPP__
|
|
#define __PSHAG_CDECALDESCRIPTION_HPP__
|
|
|
|
namespace pshag
|
|
{
|
|
class CDecalDescription
|
|
{
|
|
};
|
|
|
|
}
|
|
#endif // __PSHAG_CDECALDESCRIPTION_HPP__
|