Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2008, 12:34:31 PM (16 years ago)
Author:
rgrieder
Message:
  • removed Script_clean.h
File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.