mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2025-02-17 03:18:13 +00:00
flash.cpp placeholders
This commit is contained in:
parent
260350f156
commit
0d83e83a05
28
flash.cpp
28
flash.cpp
@ -1,10 +1,34 @@
|
||||
#include "flash.h"
|
||||
|
||||
static int gFadeStatus;
|
||||
EXPORT i32 gFadeStatus;
|
||||
|
||||
// @NotOk
|
||||
// global
|
||||
int Flash_FadeFinished(void)
|
||||
i32 Flash_FadeFinished(void)
|
||||
{
|
||||
return gFadeStatus == 0;
|
||||
}
|
||||
|
||||
// @MEDIUMTODO
|
||||
void Flash_Display(void)
|
||||
{
|
||||
printf("Flash_Display(void)");
|
||||
}
|
||||
|
||||
// @SMALLTODO
|
||||
void Flash_Reset(void)
|
||||
{
|
||||
printf("Flash_Reset(void)");
|
||||
}
|
||||
|
||||
// @SMALLTODO
|
||||
void Flash_Screen(u8,u8,u8,i32,u8,i32)
|
||||
{
|
||||
printf("Flash_Screen(u8,u8,u8,i32,u8,i32)");
|
||||
}
|
||||
|
||||
// @SMALLTODO
|
||||
void Flash_Update(void)
|
||||
{
|
||||
printf("Flash_Update(void)");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user