Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2008, 3:06:23 PM (16 years ago)
Author:
landauf
Message:

lua include is now looking for files in the media directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/core/LuaBind.h

    r1959 r2026  
    7979    std::string replaceLuaTags(const std::string& text); // tolua_export
    8080
     81    inline void setIncludePath(const std::string& includepath)
     82        { this->includePath_ = includepath; }
     83
    8184    private:
    8285      LuaBind();
     
    8790      lua_State* luaState_;
    8891      bool isRunning_;
     92      std::string includePath_;
    8993
    9094  }; // tolua_export
Note: See TracChangeset for help on using the changeset viewer.