Match and link IObj

Former-commit-id: bef91d45de
This commit is contained in:
2022-10-06 02:23:45 -07:00
parent ec9e639009
commit 5c0e4be01c
5 changed files with 25 additions and 30 deletions

View File

@@ -3,8 +3,11 @@
#include "types.h"
#include "Kyoto/SObjectTag.hpp"
#include "rstl/auto_ptr.hpp"
extern const SObjectTag gkInvalidObjectTag;
class IObj {
public:
virtual ~IObj() {}