Changeset 15388
- Timestamp:
- 04/28/12 11:15:03 (11 years ago)
- Location:
- titan/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/hello/hello.c
r11024 r15388 1 /*****************************************************/ 2 /* this file is part of the tiTan / tiTanNIT Project */ 3 /* and allowed only for use with this. */ 4 /* */ 5 /* copyright by NIT */ 6 /*****************************************************/ 7 1 8 #include "../titan/struct.h" 2 9 #include "../titan/debug.h" -
titan/plugins/scriptexec/scriptexec.c
r15143 r15388 1 /*****************************************************/ 2 /* this file is part of the tiTan / tiTanNIT Project */ 3 /* and allowed only for use with this. */ 4 /* */ 5 /* copyright by NIT */ 6 /*****************************************************/ 7 1 8 #include "../titan/struct.h" 2 9 #include "../titan/debug.h" -
titan/plugins/scriptexec/scriptexec.h
r15145 r15388 1 /*****************************************************/ 2 /* this file is part of the tiTan / tiTanNIT Project */ 3 /* and allowed only for use with this. */ 4 /* */ 5 /* copyright by NIT */ 6 /*****************************************************/ 7 1 8 #ifndef SCRIPTEXEC_H 2 9 #define SCRIPTEXEC_H
Note: See TracChangeset
for help on using the changeset viewer.