...Remove more C-compatibility stuff
This commit is contained in:
parent
30968a626c
commit
dbe773f01a
2 changed files with 0 additions and 16 deletions
|
@ -2,15 +2,7 @@
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void InitBossLife(void);
|
void InitBossLife(void);
|
||||||
BOOL StartBossLife(int code_event);
|
BOOL StartBossLife(int code_event);
|
||||||
BOOL StartBossLife2(void);
|
BOOL StartBossLife2(void);
|
||||||
void PutBossLife(void);
|
void PutBossLife(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct VALUEVIEW
|
typedef struct VALUEVIEW
|
||||||
{
|
{
|
||||||
BOOL flag;
|
BOOL flag;
|
||||||
|
@ -21,7 +17,3 @@ void ClearValueView(void);
|
||||||
void SetValueView(int *px, int *py, int value);
|
void SetValueView(int *px, int *py, int value);
|
||||||
void ActValueView(void);
|
void ActValueView(void);
|
||||||
void PutValueView(int flx, int fly);
|
void PutValueView(int flx, int fly);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue