Fixed include paths for Visual C++
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404222
This commit is contained in:
parent
7b31c3e830
commit
ccfc72055c
8 changed files with 19 additions and 19 deletions
|
@ -8,15 +8,15 @@
|
|||
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_at.h"
|
||||
#include "../SDL_at.h"
|
||||
|
||||
#include "common/common.h"
|
||||
#include "../common/common.h"
|
||||
|
||||
|
||||
/*
|
||||
* Pull in images for testcases.
|
||||
*/
|
||||
#include "common/images.h"
|
||||
#include "../common/images.h"
|
||||
|
||||
|
||||
#define SCREEN_W 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue