![]() |
Public API Reference |
00001 #ifndef __OSX_OSXSystemDriver_h 00002 #define __OSX_OSXSystemDriver_h 00003 //============================================================================= 00004 // 00005 // Copyright (C)1999-2001 by Eric Sunshine <sunshine@sunshineco.com> 00006 // 00007 // The contents of this file are copyrighted by Eric Sunshine. This work is 00008 // distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 00009 // without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 00010 // PARTICULAR PURPOSE. You may distribute this file provided that this 00011 // copyright notice is retained. Send comments to <sunshine@sunshineco.com>. 00012 // 00013 //============================================================================= 00014 //----------------------------------------------------------------------------- 00015 // OSXSystemDriver.h 00016 // 00017 // MacOS/X-specific hardware & operating/system drivers for Crystal Space. 00018 // See OSXDelegate.h for the Cocoa-specific portion of the system driver. 00019 // 00020 //----------------------------------------------------------------------------- 00021 #include "cssys/system.h" 00022 struct iObjectRegistry; 00023 00024 class SysSystemDriver : public csSystemDriver 00025 { 00026 public: 00027 SysSystemDriver(iObjectRegistry* r) : csSystemDriver(r) {} 00028 }; 00029 00030 #endif // __OSX_OSXSystemDriver_h