r5sdk/r5dev/public/isnapshotmgr.h
Kawe Mazidjatari bb6a05cb81 More mapped out network interface classes
More interface classes directly usable with the engine.
2022-08-15 14:44:54 +02:00

10 lines
167 B
C++

#ifndef ISNAPSHOTMGR_H
#define ISNAPSHOTMGR_H
abstract_class IClientSnapshotManager
{
public:
virtual ~IClientSnapshotManager(void) = 0;
};
#endif // ISNAPSHOTMGR_H