#include "../general.h"
#include "../sound.h"
#include "../input.h"
#include "../graphics.h"
#include "../safealloc.h"
#include <stdlib.h>
#include <time.h>
関数 | |
static void | exitfunc () |
static int | exit_callback (int arg1, int arg2, void *common) |
static int | ExitCallbackThread (SceSize args, void *argp) |
static SceUID | SetExitCallback () |
int | DxLib_Init () |
ライブラリの初期化(本家互換) |
static int exit_callback | ( | int | arg1, | |
int | arg2, | |||
void * | common | |||
) | [static] |
static int ExitCallbackThread | ( | SceSize | args, | |
void * | argp | |||
) | [static] |
static void exitfunc | ( | ) | [static] |
static SceUID SetExitCallback | ( | ) | [static] |