diff options
Diffstat (limited to 'include/glamac_view.h')
-rw-r--r-- | include/glamac_view.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/include/glamac_view.h b/include/glamac_view.h index b6846ad..8f0b984 100644 --- a/include/glamac_view.h +++ b/include/glamac_view.h @@ -1,19 +1,10 @@ /**
* glamac_view.h - header file from glamac_view.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_VIEW_H
#define GLAMAC_VIEW_H
-#include <SDL.h>
+#include <SDL3/SDL.h>
#include "glamacdef.h"
// Constants for view
|