diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 13:54:58 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 13:54:58 +0100 |
| commit | 586ebde8567cf24bc2cd12714cc8c97956328a46 (patch) | |
| tree | 616689f07ebf98307bca6e2a7444b95c579da276 /src | |
| parent | 3a20c57f30e910576a5a274676be2a804ab200d7 (diff) | |
rename to graphics
Diffstat (limited to 'src')
| -rw-r--r-- | src/graphics.cc | 1 | ||||
| -rw-r--r-- | src/graphics.h (renamed from src/renderer.h) | 0 | ||||
| -rw-r--r-- | src/renderer.cc | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.cc b/src/graphics.cc new file mode 100644 index 0000000..d0a257a --- /dev/null +++ b/src/graphics.cc @@ -0,0 +1 @@ +#include "graphics.h"
\ No newline at end of file diff --git a/src/renderer.h b/src/graphics.h index 7f09c4f..7f09c4f 100644 --- a/src/renderer.h +++ b/src/graphics.h diff --git a/src/renderer.cc b/src/renderer.cc deleted file mode 100644 index 9aa2e7c..0000000 --- a/src/renderer.cc +++ /dev/null @@ -1 +0,0 @@ -#include "renderer.h"
\ No newline at end of file |
