shithub: cstory

ref: 5210e1c00dbfb858b1fe52393cd25dc9159cd25b
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;
}