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.cc

    r8085 r8093  
     1#include <string>
     2#include <list>
    13
    24#include "script.h"
    35#include "script_manager.h"
     6
     7
     8
     9ScriptManager::ScriptManager()
     10{
     11  this->init();
     12
     13}
     14
     15ScriptManager::~ScriptManager()
     16{
     17
     18
     19}
     20
     21
     22void ScriptManager::init()
     23{
     24
     25
     26}
     27
     28
     29
     30void ScriptManager::loadParams(const TiXmlElement* root)
     31{
     32
     33}
     34
Note: See TracChangeset for help on using the changeset viewer.