Skip to content
Snippets Groups Projects
Commit 30ecc439 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

Merge branch 'tp_vec' into 'master'

Fix bad import in gfx.h

See merge request !14
parents 78e4fb88 5d663608
Branches
No related tags found
1 merge request!14Fix bad import in gfx.h
Pipeline #14664 failed
...@@ -7,3 +7,5 @@ ...@@ -7,3 +7,5 @@
*.html *.html
*.markdown *.markdown
.vscode .vscode
practical_work/tp_vec2/main
practical_work/tp_vec2/tests
#ifndef _GFX_H_ #ifndef _GFX_H_
#define _GFX_H_ #define _GFX_H_
#include "vec2/vec2.h"
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment