Changeset 865 for trunk/test/debug


Ignore:
Timestamp:
Aug 27, 2011, 8:29:44 PM (12 years ago)
Author:
sam
Message:

core: move platform-specific code to specific directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/debug/quad.cpp

    r863 r865  
    2121
    2222#if defined __CELLOS_LV2__
    23 #   include "ps3app.h"
     23#   include "platform/ps3/ps3app.h"
    2424#elif defined HAVE_GLES_2X
    2525#   include "eglapp.h"
    2626#else
    27 #   include "sdlapp.h"
    28 #   include "sdlinput.h"
     27#   include "platform/sdl/sdlapp.h"
     28#   include "platform/sdl/sdlinput.h"
    2929#endif
    3030
Note: See TracChangeset for help on using the changeset viewer.