Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 19, 2008, 9:18:42 PM (15 years ago)
Author:
rgrieder
Message:

Modified package.lua to automatically remove all _LibExport macros to avoid class name conflicts.
Also adjusted hacky code in CommandExecutor, Script and GUIManager.

File:
1 edited

Legend:

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

    r1975 r2234  
    4545#include <string>
    4646
    47 namespace orxonox // tolua_export
    48 { // tolua_export
     47// tolua_begin
     48namespace orxonox
     49{
    4950  class _CoreExport Script
    50   /*
    51   class Script { // tolua_export
    52   */
    5351  {
     52// tolua_end
    5453    struct LoadS {
    5554      const char *s;
Note: See TracChangeset for help on using the changeset viewer.