#ifndef __DCDswi__H
#define __DCDswi__H

#include "kernel.h"
#include "bool.h"

typedef char char2[2];
int DCDUtils_GetFullScreenPlugIn(void);
void DCDUtils_SetPlayer(int player);
const _kernel_oserror* DCDUtils_RegisterPlugIn(int task, bool bFullScreen);
const _kernel_oserror* DCDUtils_DeregisterPlugIn(void);
void DCDUtils_GetInfo(int* window, int* count, int* volume, const char** title);
int DCDUtils_GetBuffer(char2* buffer, char2* buffer_end);

#endif
