diff --git a/action.h b/action.h index bc45d0e..af9e219 100644 --- a/action.h +++ b/action.h @@ -1,6 +1,8 @@ // Action.h // +#pragma once + extern BOOL Action(short action, short direct, short &phase, short &step, diff --git a/button.h b/button.h index 34beb40..ffabf3e 100644 --- a/button.h +++ b/button.h @@ -1,6 +1,6 @@ // Button.h - +#pragma once ///////////////////////////////////////////////////////////////////////////// diff --git a/ddutil.h b/ddutil.h index 6bc958b..f0d282b 100644 --- a/ddutil.h +++ b/ddutil.h @@ -7,6 +7,8 @@ * ***************************************************************************/ +#pragma once + #ifdef __cplusplus extern "C" { /* Assume C declarations for C++ */ #endif /* __cplusplus */ diff --git a/event.h b/event.h index 169e180..41091eb 100644 --- a/event.h +++ b/event.h @@ -1,6 +1,6 @@ // Event.h - +#pragma once ///////////////////////////////////////////////////////////////////////////// diff --git a/jauge.h b/jauge.h index e56d564..d8bfd7e 100644 --- a/jauge.h +++ b/jauge.h @@ -1,6 +1,6 @@ // Jauge.h - +#pragma once ///////////////////////////////////////////////////////////////////////////// diff --git a/menu.h b/menu.h index 1f098b6..d87f696 100644 --- a/menu.h +++ b/menu.h @@ -1,6 +1,6 @@ // Menu.h - +#pragma once ///////////////////////////////////////////////////////////////////////////// diff --git a/misc.h b/misc.h index cf97515..1b41525 100644 --- a/misc.h +++ b/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); diff --git a/movie.h b/movie.h index 9b420ca..f7af98e 100644 --- a/movie.h +++ b/movie.h @@ -1,6 +1,8 @@ // movie.h // +#pragma once + class CMovie { public: diff --git a/wave.h b/wave.h index 111bf44..60461db 100644 --- a/wave.h +++ b/wave.h @@ -7,6 +7,8 @@ * ***************************************************************************/ +#pragma once + #include void LoadWave(HINSTANCE hinst, int ResourceID,