topical media & game development

talk show tell print

lib-game-delta3d-sdk-examples-testGameActorComponents-testactorlibraryregistry.h / h



  ifndef TEST_ACTOR_LIBRARY_ACTOR_REGISTRY_H_
  define TEST_ACTOR_LIBRARY_ACTOR_REGISTRY_H_
  
  include <dtDAL/actorpluginregistry.h>
  
  include <testexport.h>
  
  class TEST_GA_COMPONENTS_EXPORT TestActorLibraryRegistry : public dtDAL::ActorPluginRegistry
  {
  public:
     
     static dtCore::RefPtr<dtDAL::ActorType> COMPONENT_GAME_ACTOR_TYPE;
  
     TestActorLibraryRegistry();
  
     void RegisterActorTypes();
  };
  
  endif // TEST_ACTOR_LIBRARY_ACTOR_REGISTRY_H_
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.