Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

NeXTSystemDriver.h

00001 #ifndef __NeXT_NeXTSystemDriver_h
00002 #define __NeXT_NeXTSystemDriver_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 // NeXTSystemDriver.h
00016 //
00017 //      NeXT-specific hardware & operating/system drivers for Crystal Space.
00018 //      This file contains code which is shared between MacOS/X, MacOS/X
00019 //      Server 1.0 (Rhapsody), OpenStep, and NextStep.  See NeXTDelegate.h for
00020 //      the platform-specific portion of the system driver.
00021 //
00022 //-----------------------------------------------------------------------------
00023 #include "cssys/system.h"
00024 struct iObjectRegistry;
00025 
00026 class SysSystemDriver : public csSystemDriver
00027 {
00028 public:
00029   SysSystemDriver(iObjectRegistry* r) : csSystemDriver(r) {}
00030 };
00031 
00032 #endif // __NeXT_NeXTSystemDriver_h

Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000