comparison src/video/bwindow/SDL_BView.h @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c9b51268668f
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
24 #define _SDL_BView_h 24 #define _SDL_BView_h
25 25
26 /* This is the event handling and graphics update portion of SDL_BWin */ 26 /* This is the event handling and graphics update portion of SDL_BWin */
27 27
28 extern "C" { 28 extern "C" {
29 #include "SDL_events_c.h" 29 #include "../../events/SDL_events_c.h"
30 }; 30 };
31 31
32 class SDL_BView : public BView 32 class SDL_BView : public BView
33 { 33 {
34 public: 34 public: