Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2008, 11:46:37 PM (16 years ago)
Author:
rgrieder
Message:

Merged script_trigger branch into objecthierarchy branch.
Also merged changes in Script.cc and Script.h manually to LuaBind.cc and LuaBind.h.

Location:
code/branches/objecthierarchy
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy

  • code/branches/objecthierarchy/src/core/LuaBind.h

    • Property svn:eol-style set to native
    r1954 r1959  
    2828
    2929/**
    30  @file  LuaBind.h
     30 @file
    3131 @brief Representation of an interface to lua
    3232 @author Benjamin Knecht <beni_at_orxonox.net>
     
    3939
    4040extern "C" {
    41 #include <lua.h>
     41#include <lua/lua.h>
    4242}
    4343
     
    4747namespace orxonox // tolua_export
    4848{ // tolua_export
    49 
    50   class _CoreExport LuaBind // tolua_export
    51   { // tolua_export
     49  class _CoreExport LuaBind
     50  {
     51  /*
     52  class LuaBind { // tolua_export
     53  */
    5254    struct LoadS {
    5355      const char *s;
     
    7375    inline std::string getLuaOutput() { return output_; };
    7476    //inline std::string* getFileString() { return &fileString_; };
     77    inline void clearLuaOutput() { output_ = ""; }
    7578
    76     unsigned int getNextQuote(const std::string& text, unsigned int start);
    7779    std::string replaceLuaTags(const std::string& text); // tolua_export
    7880
Note: See TracChangeset for help on using the changeset viewer.