shithub: cstory

ref: 45e2d4dc25427d890f8659e75eced44d987b3754
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;
}