mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-16 05:51:22 +00:00
14 lines
127 B
C++
14 lines
127 B
C++
#ifndef __RETRO_CWARP_HPP__
|
|
#define __RETRO_CWARP_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
class CWarp
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __RETRO_CWARP_HPP__
|