r5sdk/r5dev/public/include/iclientthinkable.h
2022-07-24 12:59:40 +02:00

9 lines
138 B
C++

#ifndef ICLIENTTHINKABLE_H
#define ICLIENTTHINKABLE_H
class IClientThinkable
{
void* __vftable /*VFT*/;
};
#endif // ICLIENTTHINKABLE_H