mirror of https://github.com/PrimeDecomp/prime.git
11 lines
92 B
C++
11 lines
92 B
C++
|
#ifndef _TCASTTO_HPP
|
||
|
#define _TCASTTO_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class IVisitor {
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif
|