mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 04:31:22 +00:00
12 lines
173 B
C++
12 lines
173 B
C++
#ifndef __RETRO_CDECALDESCRIPTION_HPP__
|
|
#define __RETRO_CDECALDESCRIPTION_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
class CDecalDescription
|
|
{
|
|
};
|
|
|
|
}
|
|
#endif // __RETRO_CDECALDESCRIPTION_HPP__
|