Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to utilize ZEngine should include.
#include "ZE_Defines.h"
#include "ZE_ZEngine.h"
#include "ZE_Utility.h"
#include "ZE_ZImage.h"
#include "ZE_ZTimer.h"
#include "ZE_ZConfigFile.h"
#include "ZE_ZRect.h"
#include "ZE_ZFont.h"
#include "ZE_ZSound.h"
#include "ZE_ZMusic.h"
#include "ZE_ZClient.h"
#include "ZE_ZServer.h"
Go to the source code of this file.