refactor images

This commit is contained in:
Jorj Bauer 2018-01-07 08:24:53 -05:00
parent e2884d2a90
commit 7f6e7dd73a
5 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#include "sdl-display.h"
#include "bios-font.h"
#include "display-bg.h"
#include "images.h"
#include "globals.h"
#include "applevm.h"

View File

@ -1 +0,0 @@
../display-bg.h

1
teensy/images.h Symbolic link
View File

@ -0,0 +1 @@
../images.h

View File

@ -2,7 +2,7 @@
#include "teensy-display.h"
#include "bios-font.h"
#include "display-bg.h"
#include "images.h"
#define RS 16
#define WR 17