1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-11 23:08:31 +00:00
re3/src/core/Instance.h

12 lines
116 B
C
Raw Normal View History

#pragma once
#include "Placeable.h"
// unused
class CInstance : CPlaceable
{
public:
2019-07-31 15:54:18 +00:00
~CInstance() = default;
};