Ported part and pvinstance, made XplicitNgine not use globals

This commit is contained in:
Vulpovile
2023-11-04 23:01:43 -07:00
parent cb8f6f1a80
commit 901539e594
13 changed files with 1008 additions and 160 deletions

View File

@@ -34,6 +34,7 @@ ReflectionProperty<T>::ReflectionProperty(void)
template<class T>
ReflectionProperty<T>::~ReflectionProperty(void)
{
dispose();
}
template<class T>