mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add pragma once where missing
This commit is contained in:
parent
9c0996b329
commit
ec64153d42
2
action.h
2
action.h
@ -1,6 +1,8 @@
|
||||
// Action.h
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
extern
|
||||
BOOL Action(short action, short direct,
|
||||
short &phase, short &step,
|
||||
|
2
button.h
2
button.h
@ -1,6 +1,6 @@
|
||||
// Button.h
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
2
ddutil.h
2
ddutil.h
@ -7,6 +7,8 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" { /* Assume C declarations for C++ */
|
||||
#endif /* __cplusplus */
|
||||
|
2
event.h
2
event.h
@ -1,6 +1,6 @@
|
||||
// Event.h
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
2
jauge.h
2
jauge.h
@ -1,6 +1,6 @@
|
||||
// Jauge.h
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
2
menu.h
2
menu.h
@ -1,6 +1,6 @@
|
||||
// Menu.h
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
2
misc.h
2
misc.h
@ -1,6 +1,8 @@
|
||||
// misc.h
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
extern void InitHInstance(HINSTANCE hInstance);
|
||||
extern void OutputDebug(char *pMessage);
|
||||
extern void LoadString(UINT nID, char *pBuffer, int lgBuffer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user