Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8232 in orxonox.OLD


Ignore:
Timestamp:
Jun 8, 2006, 1:16:21 PM (18 years ago)
Author:
snellen
Message:

check in

Location:
branches/script_engine/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/defs/class_id.h

    r8231 r8232  
    242242  CL_SCRIPT_MANAGER             =    0x00000650,
    243243  CL_SCRIPT                     =    0x00000651,
    244   CL_SCRIPTABLE                 =    0x00000652,
     244  CL_SCRIPT_CLASS               =    0x00000652,
    245245  CL_SCRIPT_TRIGGER             =    0x00000652,
    246246
  • branches/script_engine/src/lib/util/executor/executor_lua.h

    r8112 r8232  
    44 */
    55
    6 #ifndef _EXECUTOR_SPECIALS_H
    7 #define _EXECUTOR_SPECIALS_H
     6#ifndef _EXECUTOR_LUA_H
     7#define _EXECUTOR_LUA_H
    88
    99#include "executor.h"
     
    345345
    346346
    347 #endif /* _EXECUTOR_SPECIALS_H */
     347#endif /* _EXECUTOR_LUA_H */
  • branches/script_engine/src/lib/util/executor/executor_xml.h

    r8092 r8232  
    11/*!
    2  * @file executor.h
     2 * @file executor_xml.h
    33 * Definition of a on-screen-shell
    44 */
    55
    6 #ifndef _EXECUTOR_SPECIALS_H
    7 #define _EXECUTOR_SPECIALS_H
     6#ifndef _EXECUTOR_XML_H
     7#define _EXECUTOR_XML_H
    88
    99#include "executor.h"
     
    8282};
    8383
    84 #endif /* _EXECUTOR_SPECIALS_H */
     84#endif /* _EXECUTOR_XML_H */
Note: See TracChangeset for help on using the changeset viewer.