X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fcspace.h;h=6dbd5e0f5a4cdeb73be5c2f7e861cc62c5b71902;hb=7a8d521fba9c86ae7b51369ce061bf63112b745f;hp=8c92d2d95085cea81a7f191b9187aa99c63b8f26;hpb=acc415b3040edfcc91226955f39b405f09cca430;p=pcsx_rearmed.git diff --git a/frontend/cspace.h b/frontend/cspace.h index 8c92d2d9..6dbd5e0f 100644 --- a/frontend/cspace.h +++ b/frontend/cspace.h @@ -1,3 +1,6 @@ +#ifndef __CSPACE_H__ +#define __CSPACE_H__ + #ifdef __cplusplus extern "C" { @@ -19,3 +22,5 @@ void bgr888_to_uyvy(void *d, const void *s, int pixels); #ifdef __cplusplus } #endif + +#endif /* __CSPACE_H__ */