mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
TINYGL: Renamed zrect in zdirty rect
This commit is contained in:
parent
75ea6893ef
commit
6cd062826b
@ -52,7 +52,7 @@ MODULE_OBJS := \
|
||||
tinygl/zmath.o \
|
||||
tinygl/ztriangle.o \
|
||||
tinygl/zblit.o \
|
||||
tinygl/zrect.o \
|
||||
tinygl/zdirtyrect.o \
|
||||
|
||||
ifdef USE_SCALERS
|
||||
MODULE_OBJS += \
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#include "graphics/tinygl/zgl.h"
|
||||
#include "graphics/tinygl/zrect.h"
|
||||
#include "graphics/tinygl/zdirtyrect.h"
|
||||
|
||||
namespace TinyGL {
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#include "graphics/tinygl/zgl.h"
|
||||
#include "graphics/tinygl/zrect.h"
|
||||
#include "graphics/tinygl/zdirtyrect.h"
|
||||
|
||||
namespace TinyGL {
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#include "graphics/tinygl/zgl.h"
|
||||
#include "graphics/pixelbuffer.h"
|
||||
#include "common/array.h"
|
||||
#include "graphics/tinygl/zrect.h"
|
||||
#include "graphics/tinygl/zdirtyrect.h"
|
||||
#include "graphics/tinygl/gl.h"
|
||||
#include <math.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "graphics/tinygl/zrect.h"
|
||||
#include "graphics/tinygl/zdirtyrect.h"
|
||||
#include "graphics/tinygl/zgl.h"
|
||||
#include "graphics/tinygl/gl.h"
|
||||
#include "common/debug.h"
|
@ -10,7 +10,7 @@
|
||||
#include "graphics/tinygl/zbuffer.h"
|
||||
#include "graphics/tinygl/zmath.h"
|
||||
#include "graphics/tinygl/zblit.h"
|
||||
#include "graphics/tinygl/zrect.h"
|
||||
#include "graphics/tinygl/zdirtyrect.h"
|
||||
|
||||
namespace TinyGL {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user