mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
cut dependencies, clean code
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1685 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -20,14 +20,10 @@
|
||||
|
||||
#include <map>
|
||||
|
||||
#include "VideoCommon.h"
|
||||
#include "GLUtil.h"
|
||||
#include "BPStructs.h"
|
||||
|
||||
struct TRectangle
|
||||
{
|
||||
int left, top, right, bottom;
|
||||
};
|
||||
|
||||
class TextureMngr
|
||||
{
|
||||
public:
|
||||
@ -73,7 +69,6 @@ private:
|
||||
static int nTex2DEnabled, nTexRECTEnabled;
|
||||
|
||||
public:
|
||||
|
||||
static void Init();
|
||||
static void Cleanup();
|
||||
static void Shutdown();
|
||||
@ -86,5 +81,6 @@ public:
|
||||
static void DisableStage(int stage); // sets active texture
|
||||
};
|
||||
|
||||
#endif
|
||||
bool SaveTexture(const char* filename, u32 textarget, u32 tex, int width, int height);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user