Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

core.h File Reference

#include "Core/System/setupcore.h"
#include "Core/System/keep_alive.h"
#include "Core/System/system.h"
#include "Core/System/cl_assert.h"
#include "Core/System/error.h"
#include "Core/System/thread.h"
#include "Core/System/mutex.h"
#include "Core/System/clanstring.h"
#include "Core/System/timer.h"
#include "Core/System/event_listener.h"
#include "Core/System/event_trigger.h"
#include "Core/IOData/cl_endian.h"
#include "Core/IOData/inputsource.h"
#include "Core/IOData/inputsource_provider.h"
#include "Core/IOData/inputsource_memory.h"
#include "Core/IOData/outputsource.h"
#include "Core/IOData/outputsource_provider.h"
#include "Core/IOData/outputsource_memory.h"
#include "Core/IOData/file_inputprovider.h"
#include "Core/IOData/file_outputprovider.h"
#include "Core/Resources/resource_manager.h"
#include "Core/Resources/resourcetype.h"
#include "Core/Resources/resource.h"
#include "Core/Resources/resourceoptions.h"
#include "Core/Resources/resourceoption.h"
#include "Core/Resources/resourcetype_boolean.h"
#include "Core/Resources/resourcetype_integer.h"
#include "Core/Resources/resourcetype_string.h"
#include "Core/Resources/resourcetype_raw.h"
#include "Core/Resources/datafile_compiler.h"
#include "Core/Math/cl_vector.h"
#include "Core/Math/bezier.h"
#include "Core/Math/math.h"
#include "Core/Math/rect.h"
#include "Core/Math/size.h"
#include "Core/Math/point.h"

Include dependency graph for core.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define CL_VERSION(x, y, z)    ( (x << 16) | (y << 8) | (z) )
#define CL_CURRENT_VERSION   CL_VERSION(0,5,0)
#define CL_VERSION_STRING   "0.5.0"
#define CL_RELEASE_NAME   "Halfway there"


Define Documentation

#define CL_CURRENT_VERSION   CL_VERSION(0,5,0)
 

Definition at line 19 of file core.h.

#define CL_RELEASE_NAME   "Halfway there"
 

Definition at line 21 of file core.h.

#define CL_VERSION( x, y, z )   ( (x << 16) | (y << 8) | (z) )
 

Definition at line 18 of file core.h.

#define CL_VERSION_STRING   "0.5.0"
 

Definition at line 20 of file core.h.


Generated at Wed Apr 4 19:54:34 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001