shithub: cstory

ref: 2d9abcc50bd57a6c76d40d2ed6f1d71c8ccfc69c
dir: /src/NpChar.cpp/

View raw version
#include <stdint.h>

#include "NpChar.h"

#define NPC_MAX 0x200

NPCHAR gNPC[NPC_MAX];

bool LoadEvent(char *path_event)
{
	return true;
}