Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2008, 12:34:31 PM (16 years ago)
Author:
rgrieder
Message:
  • removed Script_clean.h
Location:
code/branches/gui/src/core
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/Script.h

    r1625 r1647  
    2828
    2929/**
    30  @file  script.h
     30 @file
    3131 @brief Representation of an interface to lua
    3232 @author Benjamin Knecht <beni_at_orxonox.net>
     
    4747namespace orxonox // tolua_export
    4848{ // tolua_export
    49 
    50   class _CoreExport Script // tolua_export
    51   { // tolua_export
     49  class _CoreExport Script
     50  /*
     51  class Script { // tolua_export
     52  */
     53  {
    5254    struct LoadS {
    5355      const char *s;
  • code/branches/gui/src/core/tolua/tolua.pkg

    r1638 r1647  
    1 $cfile "../../src/core/Script_clean.h"
     1$cfile "../../src/core/Script.h"
    22$cfile "../../src/core/CommandExecutor.h"
Note: See TracChangeset for help on using the changeset viewer.