1
0
Fork 0
LithOS3/lithos_c/lithos3/inc/Lth.h

63 lines
1.1 KiB
C

//-----------------------------------------------------------------------------
//
// Copyright © 2016 Project Golan
//
// See "LICENSE" for more information.
//
//-----------------------------------------------------------------------------
//
// Main header file.
//
//-----------------------------------------------------------------------------
#ifndef lithos3__Lth_h
#define lithos3__Lth_h
#include "Lth_stdfix.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <wchar.h>
#include <ACS_ZDoom.h>
// Types, Assert
#include "Lth_types.h"
#include "Lth_assert.h"
// stdlib
#include "Lth_stdlib.h"
// LinkList, HashMap
#include "Lth_linklist.h"
#include "Lth_hashmap.h"
// Token
#include "Lth_token.h"
// TokenStream
#include "Lth_tokenstream.h"
// Manifest
#include "Lth_manifest.h"
// Context
#include "Lth_context.h"
// Draw
#include "Lth_draw.h"
// Font
#include "Lth_font.h"
// Control
#include "Lth_callback.h"
#include "Lth_control.h"
// Control Types
#include "Lth_window.h"
#include "Lth_winman.h"
#endif//lithos3__Lth_h