diff options
| author | 3gg <3gg@shellblade.net> | 2024-03-09 08:55:46 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2024-03-09 08:55:46 -0800 |
| commit | f9e38bf24e1874d773083d06ca443cce9bd92d56 (patch) | |
| tree | a86b156f921c57e6855c08b076d731added79c85 /game/src/plugins | |
| parent | adbd2511beec8f1caa1752bdfd755cc2f62ba425 (diff) | |
Rename gfx_app -> app.
Diffstat (limited to 'game/src/plugins')
| -rw-r--r-- | game/src/plugins/pong.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/src/plugins/pong.c b/game/src/plugins/pong.c index 3a0b825..070cc6f 100644 --- a/game/src/plugins/pong.c +++ b/game/src/plugins/pong.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "plugin.h" | 1 | #include "plugin.h" |
| 2 | 2 | ||
| 3 | #include <gfx/app.h> | ||
| 3 | #include <gfx/gfx.h> | 4 | #include <gfx/gfx.h> |
| 4 | #include <gfx/gfx_app.h> | ||
| 5 | #include <gfx/renderer.h> | 5 | #include <gfx/renderer.h> |
| 6 | 6 | ||
| 7 | #include <math/mat4.h> | 7 | #include <math/mat4.h> |
