Commit 0922398 1 parent 8c586fb commit 0922398 Copy full SHA for 0922398
File tree 4 files changed +6
-9
lines changed
4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change
1
+ #define OLC_PGE_APPLICATION
2
+ #include " olcPixelGameEngine.h"
3
+
4
+ #define OLC_PGEX_MINIAUDIO
5
+ #include " olcPGEX_MiniAudio.h"
Original file line number Diff line number Diff line change 1
- #define OLC_PGE_APPLICATION
2
1
#include " olcPixelGameEngine.h"
3
-
4
- #define OLC_PGEX_MINIAUDIO
5
2
#include " olcPGEX_MiniAudio.h"
6
3
7
4
constexpr float thirtyFramesPerSecond = 1 .0f / 30 .f;
Original file line number Diff line number Diff line change 1
- #define OLC_PGE_APPLICATION
2
1
#include " olcPixelGameEngine.h"
3
-
4
- #define OLC_PGEX_MINIAUDIO
5
2
#include " olcPGEX_MiniAudio.h"
6
3
7
4
constexpr int NOTE_COUNT = 17 ;
Original file line number Diff line number Diff line change 1
- #define OLC_PGE_APPLICATION
2
1
#include " olcPixelGameEngine.h"
3
-
4
- #define OLC_PGEX_MINIAUDIO
5
2
#include " olcPGEX_MiniAudio.h"
6
3
4
+
7
5
constexpr int NOTE_COUNT = 17 ;
8
6
constexpr float thirtyFramesPerSecond = 1 .0f / 30 .f;
9
7
You can’t perform that action at this time.
0 commit comments