mirror of
https://github.com/halpz/re3.git
synced 2025-01-08 20:25:28 +00:00
11 lines
91 B
C
11 lines
91 B
C
|
#pragma once
|
||
|
|
||
|
#include "Placeable.h"
|
||
|
|
||
|
// unused
|
||
|
|
||
|
class CInstance : CPlaceable
|
||
|
{
|
||
|
public:
|
||
|
};
|