mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 05:19:43 +00:00
Panel_DestroyCompass
This commit is contained in:
parent
13d84ab9c4
commit
fff1e4337b
11
flash.cpp
11
flash.cpp
@ -1 +1,10 @@
|
||||
#include "flash.h"
|
||||
#include "flash.h"
|
||||
|
||||
static int gFadeStatus;
|
||||
|
||||
// @NotOk
|
||||
// global
|
||||
int Flash_FadeFinished(void)
|
||||
{
|
||||
return gFadeStatus == 0;
|
||||
}
|
||||
|
6
flash.h
6
flash.h
@ -3,4 +3,8 @@
|
||||
#ifndef FLASH_H
|
||||
#define FLASH_H
|
||||
|
||||
#endif
|
||||
#include "export.h"
|
||||
|
||||
EXPORT int Flash_FadeFinished(void);
|
||||
|
||||
#endif
|
||||
|
@ -4,3 +4,11 @@
|
||||
// @TODO
|
||||
void Panel_CreateHealthBar(const CBody*, int)
|
||||
{}
|
||||
|
||||
static unsigned char gPanelStatus;
|
||||
// @NotOk
|
||||
// Global
|
||||
void Panel_DestroyCompass(void)
|
||||
{
|
||||
gPanelStatus = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user