Select the types of activity you want to include in your feed.
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