2019-12-29 11:14:54 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* Code segment #1 of TH04's OP.EXE
|
|
|
|
*/
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
|
|
|
|
#include "platform.h"
|
2020-04-05 14:17:33 +00:00
|
|
|
#include "th04/chars.h"
|
2019-12-29 11:14:54 +00:00
|
|
|
|
|
|
|
bool selectable_with[PLAYCHAR_COUNT][SHOTTYPE_COUNT];
|
|
|
|
|
|
|
|
}
|