X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fpcnt.h;h=c956b411e007abd9ac624cad165b18432ec039c4;hb=7a8d521fba9c86ae7b51369ce061bf63112b745f;hp=9ddd50032033ab3671edef445d37b92e8b0b0ca8;hpb=acc415b3040edfcc91226955f39b405f09cca430;p=pcsx_rearmed.git diff --git a/include/pcnt.h b/include/pcnt.h index 9ddd5003..c956b411 100644 --- a/include/pcnt.h +++ b/include/pcnt.h @@ -1,3 +1,5 @@ +#ifndef __PCNT_H__ +#define __PCNT_H__ enum pcounters { PCNT_ALL, @@ -130,3 +132,5 @@ void pcnt_gte_end(int op); #define pcnt_print(fps) #endif + +#endif /* __PCNT_H__ */