#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <strings.h>
#include <stdio.h>
#include <errno.h>
#include <pcreposix.h>
#include "util.h"
#include "console.h"
#include "regeng.h"
#include "aion.h"
#include "event.h"
Classes | |
struct | aion_reg_keys |
Macros | |
#define | RE_SYSTEM_OVR "^ *([a-zA-Z0-9_]+) *= *\"?([0-9]+)\"?" |
Functions | |
static bool | aion_get_sysovr_path (char *sysovr_path, size_t sysovr_pathsz) |
char * | aion_default_install_path (void) |
bool | aion_chatlog_is_enabled (bool *isenabled) |
bool | aion_chatlog_enable (void) |
Variables | |
struct aion_reg_keys | aion_install_reg_keys [] |
Aion System Functions