File: cpw_extern.h

/***************************************************************************/
/*                                                                         */
/*  cpw_extern.h                                                           */
/*                                                                         */
/*    External application includes for the Cpw library.                   */
/*                                                                         */
/*  Copyright 2001-2002 by                                                 */
/*  Jim Mathies,                                                           */
/*                                                                         */
/*  This file is part of the Cpw project, and may only be used,            */
/*  modified, and distributed under the terms of the Cpw project           */
/*  license.  By continuing to use, modify, or distribute this file        */
/*  you indicate that you have read the license and understand and         */
/*  accept it fully.                                                       */
/*                                                                         */
/*  File Platform: cross                                                   */
/*                                                                         */
/***************************************************************************/

#ifndef __cpw_extern_h__
#define __cpw_extern_h__

#include "cpw_init.h"
#include "cpw_state.h"
#include "cpw_main.h"
#include "cpw_window.h"
#include "cpw_menus.h"
#include "cpw_event.h"
#include "cpw_timers.h"
#include "cpw_font.h"
#include "cpw_joystick.h"
#include "cpw_videosettings.h"
#include "cpw_primitives.h"
#include "cpw_glextensions.h"
#include "cpw_get.h"
#include "cpw_macros.h"
#include "cpw_images.h"

#endif