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