NEURON
bbssrv.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define QUIT 0
4 #define POST 1
5 #define LOOK 2
6 #define LOOK_TAKE 3
7 #define TAKE 4
8 #define LOOK_YES 6
9 #define LOOK_NO 7
10 #define LOOK_TAKE_YES 8
11 #define LOOK_TAKE_NO 9
12 #define HELLO 10
13 #define POST_TODO 11
14 #define POST_RESULT 12
15 #define LOOK_TAKE_TODO 13
16 #define LOOK_TAKE_RESULT 14
17 #define TAKE_TODO 15
18 #define CONTEXT 16
19 #define CRAY_POST 17
20 #define CRAY_POST_TODO 18
21 #define CRAY_POST_RESULT 19
22 #define FIRSTID 20