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.
30 lines
556 B
C
30 lines
556 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
|
|
//
|
|
|
|
|
|
#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
|
|
|