Level editor work

This commit is contained in:
elasota
2020-02-23 20:21:04 -05:00
parent d63ac98624
commit c78a20dafd
61 changed files with 1317 additions and 305 deletions

6
GpCommon/IGpCursor.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
struct IGpCursor
{
virtual void Destroy() = 0;
};