Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 13, 2011, 11:58:07 PM (13 years ago)
Author:
landauf
Message:

Exported orxout() and the output levels to lua, replaces logMessage() and cout().
Note that OutputDefinitions.h is now included in the tolua section of core, even though the file is in util. But I guess that's ok.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/util/output/OutputDefinitions.h

    r8835 r8840  
    3939    const OutputContextContainer& subname() { static const OutputContextContainer& context = registerContext(#name, #subname); return context; }
    4040
     41// tolua_begin
    4142namespace orxonox
    4243{
     
    6364        };
    6465    }
     66// tolua_end
    6567
    6668    using namespace level;
     
    128130        }
    129131    }
    130 }
     132} // tolua_export
    131133
    132134#endif /* _OutputDefinitions_H__ */
Note: See TracChangeset for help on using the changeset viewer.