libdgl/DGL.H
Gered ab9fe0cb9a add input device events
as a new subsystem that must be explicitly enabled/disabled
2018-05-21 14:50:12 -04:00

27 lines
470 B
C

#ifndef DGL_DGL_H_INCLUDED
#define DGL_DGL_H_INCLUDED
#include "dglcmn.h"
#include "dglerror.h"
#include "dglkbrd.h"
#include "dglmouse.h"
#include "dglgfx.h"
#include "dglpal.h"
#include "dglclip.h"
#include "dgldraw.h"
#include "dglblit.h"
#include "dglmath.h"
#include "dglfixp.h"
#include "dglrect.h"
#include "dglvec2.h"
#include "dglmtx33.h"
#include "dglutil.h"
#include "dglpcx.h"
#include "dglevent.h"
void dgl_init(void);
#endif