prime/include/MetroidPrime/TCastTo.hpp

11 lines
92 B
C++

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