shithub: cstory

ref: 3a61760a0626127d71e95061b4bc03998c50b053
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;
}