mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
6 lines
88 B
C
6 lines
88 B
C
#pragma once
|
|
|
|
#define VEC2_TYPE char
|
|
#define VEC2_NAME vec2_i8
|
|
#include "../gen/vec2.h"
|