Ocular Engine
CoreDynamicRegistration.hpp
1 
46 #pragma once
47 #ifndef __H__OCULAR_CORE_DYNAMIC_REGISTRATION__H__
48 #define __H__OCULAR_CORE_DYNAMIC_REGISTRATION__H__
49 
50 namespace Ocular
51 {
57  {
58  public:
59 
62 
63  protected:
64 
65  private:
66  };
67 }
68 
69 #endif
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
(Hopefully) A temporary class until the linker stops throwing away useful stuff in static libraries...
Definition: CoreDynamicRegistration.hpp:56