I made this today and I am wondering if there is a better way of making a Game Maker-like game using SDL.


#include <stdio.h>
#include <stdlib.h>

enum entitytype_enum {
SPRITE = 1,...