cleaned up patching of virtual functions; started CAutomobile
This commit is contained in:
10
src/core/Instance.h
Normal file
10
src/core/Instance.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "Placeable.h"
|
||||
|
||||
// unused
|
||||
|
||||
class CInstance : CPlaceable
|
||||
{
|
||||
public:
|
||||
};
|
||||
Reference in New Issue
Block a user