TINYGL: Rearrange access to TinyGL
This commit is contained in:
parent
5abcf1cb6b
commit
3b9f9804ee
32 changed files with 328 additions and 270 deletions
|
@ -20,15 +20,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file is based on, or a modified version of code from TinyGL (C) 1997-1998 Fabrice Bellard,
|
||||
* which is licensed under the zlib-license (see LICENSE).
|
||||
* It also has modifications by the ResidualVM-team, which are covered under the GPLv2 (or later).
|
||||
*/
|
||||
|
||||
#include "graphics/tinygl/zdirtyrect.h"
|
||||
#include "graphics/tinygl/zgl.h"
|
||||
#include "graphics/tinygl/gl.h"
|
||||
|
||||
#include "common/debug.h"
|
||||
#include "common/math.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue