prime/include/MetroidPrime/TCastTo.hpp

11 lines
92 B
C++
Raw Normal View History

#ifndef _TCASTTO_HPP
#define _TCASTTO_HPP
#include "types.h"
class IVisitor {
};
#endif