mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:11:20 +00:00
14 lines
163 B
C++
14 lines
163 B
C++
#ifndef __RETRO_CVECTORELEMENT_HPP__
|
|
#define __RETRO_CVECTORELEMENT_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
class CVectorElement
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __RETRO_CVECTORELEMENT_HPP__
|