r5sdk/r5dev/public/iclientthinkable.h

9 lines
138 B
C
Raw Normal View History

2022-07-24 12:59:40 +02:00
#ifndef ICLIENTTHINKABLE_H
#define ICLIENTTHINKABLE_H
class IClientThinkable
{
void* __vftable /*VFT*/;
};
#endif // ICLIENTTHINKABLE_H