1 // Emacs style mode select -*- C++ -*-
2 //-----------------------------------------------------------------------------
6 // Copyright (C) 1993-1996 by id Software, Inc.
8 // This source is available for distribution and/or modification
9 // only under the terms of the DOOM Source Code License as
10 // published by id Software. All rights reserved.
12 // The source is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // FITNESS FOR A PARTICULAR PURPOSE. See the DOOM Source Code License
18 // Thing frame/state LUT,
19 // generated by multigen utilitiy.
20 // This one is the original DOOM version, preserved.
22 //-----------------------------------------------------------------------------
27 // Needed for action function pointer handling.
1152 // void (*action) ();
1154 statenum_t nextstate
;
1158 extern state_t states
[NUMSTATES
];
1159 extern char *sprnames
[NUMSPRITES
];
1333 extern mobjinfo_t mobjinfo
[NUMMOBJTYPES
];
1336 //-----------------------------------------------------------------------------
1340 //-----------------------------------------------------------------------------