Move the char grid render call into C

This commit is contained in:
Kovid Goyal
2017-09-13 07:58:11 +05:30
parent 943a1575ad
commit e6df82b255
11 changed files with 187 additions and 88 deletions

View File

@@ -5,7 +5,7 @@
* Distributed under terms of the GPL3 license.
*/
#include "data-types.h"
#include "state.h"
#include "screen.h"
#include "sprites.h"
#ifdef __APPLE__