Rip out the old sprite update code

This commit is contained in:
Kovid Goyal
2017-10-31 14:23:09 +05:30
parent 38a5e76c50
commit f25d2ea540
14 changed files with 216 additions and 343 deletions

View File

@@ -9,7 +9,6 @@
#include "gl-wrapper.h"
#include "state.h"
#include "screen.h"
#include "sprites.h"
#include <string.h>
#include <stddef.h>
#include <GLFW/glfw3.h>