Skip to content
Snippets Groups Projects
Verified Commit 5d663608 authored by Michaël El Kharroubi's avatar Michaël El Kharroubi :satellite:
Browse files

Fix bad import in gfx.h

parent 2d3a9a6e
No related branches found
No related tags found
1 merge request!14Fix bad import in gfx.h
......@@ -7,3 +7,5 @@
*.html
*.markdown
.vscode
practical_work/tp_vec2/main
practical_work/tp_vec2/tests
#ifndef _GFX_H_
#define _GFX_H_
#include "vec2/vec2.h"
#include <SDL2/SDL.h>
#include <stdbool.h>
#include <stdint.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment