// // G A M E.O.N.E - LOW LEVEL LIB V1.0 // Copyright (C) 2001 LEVEL ONE ENTERTAINMENT, // Licensed under the terms of LGPL. //:--------------------------------------------------------------------------- //:Description // // L3LIB Base // //:----------------------------------------------------------------------------- #ifndef _LIB_BASE_H #define _LIB_BASE_H #if !defined(OK) #define OK (0) #define FAIL (__LINE__) #endif #include "driver/driver.h" #endif // _LIB_BASE_H