diff options
author | admin <contact@optics-design.com> | 2025-05-24 19:17:27 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-24 19:17:27 +0200 |
commit | f2e672f84d8cd45971c415c67d69237d09a8033a (patch) | |
tree | 7fa832f43d9b51b7de4c3abcc003e5bdf5896553 /include/glamac_render.h | |
parent | 57ba70436a8105a381ba13f896c0918fc55006e3 (diff) |
changed to sdl3 and added linux/cross-compilation
Diffstat (limited to 'include/glamac_render.h')
-rw-r--r-- | include/glamac_render.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/include/glamac_render.h b/include/glamac_render.h index df609c3..f18d53f 100644 --- a/include/glamac_render.h +++ b/include/glamac_render.h @@ -1,20 +1,11 @@ /**
* glamac_render.h - header file from glamac_render.c.
- *
- * Copyright (C) 2025 https://optics-design.com
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * See the COPYING file for the full license text.
*/
#ifndef GLAMAC_RENDER_H
#define GLAMAC_RENDER_H
-#include <SDL.h>
-#include <SDL_ttf.h>
+#include <SDL3/SDL.h>
+#include <SDL3_ttf/SDL_ttf.h>
#include "glamacdef.h"
#include "glamac_view.h"
|