1: // Author: Jeffrey Bakker | Date: January 29th 2003 | languscript.h
2:
3: // the UnrealScript Language definition file for Web C Plus Plus
4: // Webcpp Copyright (C) 2002 Jeffrey Bakker
5:
6: #ifndef _LANG_UNREALSCRIPT_DEF_H
7: #define _LANG_UNREALSCRIPT_DEF_H
8:
9: #include "langc.h"
10:
11: class LangUScript : public LangC {
12:
13: public:
14: LangUScript();
15: virtual ~LangUScript() {IO.close();}
16: virtual void fill();
17: };
18:
19: #endif // _LANG_UNREALSCRIPT_DEF_H
20:
| w | e | b | c | p | p |
|
| |||||