1
0
mirror of https://github.com/td512/re3.git synced 2026-01-24 01:36:30 +00:00
td512.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;
};