Add header guards to SNES

This commit is contained in:
scawful
2023-11-12 10:25:46 -05:00
parent 613e26d8ce
commit 3711ff688a

View File

@@ -1,3 +1,6 @@
#ifndef YAZE_APP_EMU_SNES_H
#define YAZE_APP_EMU_SNES_H
#include <SDL_mixer.h>
#include <cstdint>
@@ -94,4 +97,6 @@ class SNES : public DMA {
} // namespace emu
} // namespace app
} // namespace yaze
} // namespace yaze
#endif // YAZE_APP_EMU_SNES_H