You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
617 B
C
31 lines
617 B
C
//
|
|
// 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
|
|
//
|
|
// LOWLEVEL LIB V1.0
|
|
//
|
|
// Message type passiert verschicken
|
|
|
|
|
|
#ifndef _FRAMEWORK_H
|
|
#define _FRAMEWORK_H
|
|
|
|
#include "../lib_base.h"
|
|
#include "../llgfx.h"
|
|
#include "../llqueue.h"
|
|
#include "../llqueue_dequeue.h"
|
|
#include "../llqueue_str_array.h"
|
|
#include "../ll3d_vec2.h"
|
|
#include "../llgfx.h"
|
|
#include "../llgfx_blit.h"
|
|
|
|
#include "llfrm_actor.h"
|
|
#include "llfrm_root.h"
|
|
|
|
|
|
#endif // _FRAMEWORK_H
|
|
|