mirror of https://github.com/nmlgc/ReC98.git
14 lines
184 B
C++
14 lines
184 B
C++
|
/* ReC98
|
||
|
* -----
|
||
|
* Code segment #1 of TH04's OP.EXE
|
||
|
*/
|
||
|
|
||
|
extern "C" {
|
||
|
|
||
|
#include "platform.h"
|
||
|
#include "th04/player/chars.h"
|
||
|
|
||
|
bool selectable_with[PLAYCHAR_COUNT][SHOTTYPE_COUNT];
|
||
|
|
||
|
}
|