mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-11 14:34:07 +00:00
12 lines
116 B
C++
12 lines
116 B
C++
#pragma once
|
|
|
|
#include "Placeable.h"
|
|
|
|
// unused
|
|
|
|
class CInstance : CPlaceable
|
|
{
|
|
public:
|
|
~CInstance() = default;
|
|
};
|