TINYGL: Rearrange access to TinyGL

This commit is contained in:
Paweł Kołodziejski 2021-12-08 14:52:18 +01:00
parent 5abcf1cb6b
commit 3b9f9804ee
No known key found for this signature in database
GPG key ID: 0BDADC9E74440FF7
32 changed files with 328 additions and 270 deletions

View file

@ -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"