blob: 030433d71cca7f1bfa1d260a8fd6bd6e42b9cb5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
%token CLEAR_
%token CLOSE_
%token COORD_
%token CROSSHAIR_
%token CURRENT_
%token FRAME_
%token NAME_
%token NEW_
%token OPEN_
%token UPDATE_
%token SAVE_
%token SIZE_
%token SURVEY_
|