Skip to content

Commit

Permalink
minor build fix in games
Browse files Browse the repository at this point in the history
  • Loading branch information
d03n3rfr1tz3 committed Mar 20, 2024
1 parent f9751f2 commit 3ef3076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/games/pong/pong_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#pragma once

#include "app\games\gamebase.h"
#include "app/games/gamebase.h"

#define FIELD_WIDTH 240
#define FIELD_HEIGHT 240
Expand Down
2 changes: 1 addition & 1 deletion src/app/games/ttt/ttt_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#pragma once

#include "app\games\gamebase.h"
#include "app/games/gamebase.h"

void tic_tac_toe_app_setup();

Expand Down

0 comments on commit 3ef3076

Please sign in to comment.