r5sdk/r5dev/public/iclientthinkable.h
2022-08-09 17:18:07 +02:00

9 lines
138 B
C++

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