use screen.h instead of sdlscreen.h, etc.

Create grafx2-win32 MSVC++ project
create keycode.h
various fixes
This commit is contained in:
Thomas Bernard
2018-05-31 12:33:26 +02:00
parent d86efa58e4
commit 77005eb780
42 changed files with 746 additions and 64 deletions

View File

@@ -24,7 +24,7 @@
#include <string.h>
#include <stdlib.h>
#include "global.h"
#include "sdlscreen.h"
#include "screen.h"
#include "misc.h"
#include "graph.h"
#include "pxtall.h"