10 lines
373 B
C++
10 lines
373 B
C++
// Project64 - A Nintendo 64 emulator
|
|
// http://www.pj64-emu.com/
|
|
// Copyright(C) 2001-2021 Project64
|
|
// Copyright(C) 2003-2009 Sergey 'Gonetz' Lipski
|
|
// Copyright(C) 2002 Dave2001
|
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.htmlfs
|
|
#include <Project64-video/Renderer/Renderer.h>
|
|
|
|
uint32_t nbTextureUnits = 0;
|
|
uint32_t g_scr_res_x, g_scr_res_y, g_res_x, g_res_y; |