MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // MorgenGrauen MUDlib |
| 2 | // |
| 3 | // V_COMPILER.H -- a general virtual compiler object |
| 4 | // |
| 5 | // $Date: 1994/02/01 19:47:57 $ |
| 6 | // $Revision: 6081 $ |
| 7 | /* $Log: vr_compiler.h,v $ |
| 8 | * Revision 1.1 1994/02/01 19:47:57 Hate |
| 9 | * Initial revision |
| 10 | * |
| 11 | */ |
| 12 | |
| 13 | #include <v_compiler.h> |
| 14 | |
| 15 | #ifndef __VR_COMPILER_H__ |
| 16 | #define __VR_COMPILER_H__ |
| 17 | |
| 18 | #define P_VALID_NAME "valid_name" |
| 19 | #define P_MIN_X "min_x" |
| 20 | #define P_MAX_X "max_x" |
| 21 | #define P_MIN_Y "min_y" |
| 22 | #define P_MAX_Y "max_y" |
| 23 | |
| 24 | #endif // __V_COMPILER_H__ |
| 25 | |
| 26 | #ifdef NEED_PROTOTYPES |
| 27 | |
| 28 | #ifndef __VR_COMPILER_H_PROTO__ |
| 29 | #define __VR_COMPILER_H_PROTO__ |
| 30 | |
| 31 | #endif // __VR_COMPILER_H_PROTO__ |
| 32 | |
| 33 | #endif //NEED_PROTOTYPES |