this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 8 lines 163 B view raw
1#ifndef _SDL_GPU_VERSION_H__ 2#define _SDL_GPU_VERSION_H__ 3 4#define SDL_GPU_VERSION_MAJOR 0 5#define SDL_GPU_VERSION_MINOR 12 6#define SDL_GPU_VERSION_PATCH 0 7 8#endif