shithub: cstory

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