Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2006, 6:28:50 PM (18 years ago)
Author:
snellen
Message:

continued working on the scriptmanager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/script_engine/script_manager.h

    r8086 r8093  
    44
    55#include <string>
     6
    67#include "base_object.h"
    7 
    88#include "luaincl.h"
     9#include "loading/load_param.h"
    910
    1011
    1112
    12 class ScriptManager
     13class ScriptManager //: public BaseObject
    1314{
    1415 public:
    15   init();
     16  ScriptManager();
     17  virtual ~ScriptManager();
    1618
    17 
     19  virtual void loadParams(const TiXmlElement* root);
    1820
    1921
    2022 private:
    21 
     23  void  init();
    2224
    2325
Note: See TracChangeset for help on using the changeset viewer.