diff options
Diffstat (limited to 'libpcsxcore/gpu.h')
| -rwxr-xr-x[-rw-r--r--] | libpcsxcore/gpu.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/libpcsxcore/gpu.h b/libpcsxcore/gpu.h index fd02701d..e3be65a1 100644..100755 --- a/libpcsxcore/gpu.h +++ b/libpcsxcore/gpu.h @@ -1,18 +1,18 @@ -#ifndef __GPU_H__
-#define __GPU_H__
-
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-int gpuReadStatus();
-
-void psxDma2(u32 madr, u32 bcr, u32 chcr);
-void gpuInterrupt();
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
+#ifndef __GPU_H__ +#define __GPU_H__ + +#ifdef __cplusplus +extern "C" +{ +#endif + +int gpuReadStatus(); + +void psxDma2(u32 madr, u32 bcr, u32 chcr); +void gpuInterrupt(); + +#ifdef __cplusplus +} +#endif + +#endif |
