1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-25 23:07:35 +00:00
re3/src/core/Instance.h
2019-08-27 21:13:17 +02:00

12 lines
116 B
C++

#pragma once
#include "Placeable.h"
// unused
class CInstance : CPlaceable
{
public:
~CInstance() = default;
};