2013-04-18 03:29:41 +00:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2
|
|
|
|
// Refer to the license.txt file included.
|
2010-07-06 16:16:07 +00:00
|
|
|
|
2013-10-17 03:20:51 +00:00
|
|
|
#ifndef _TEXTUREENCODER_H_
|
|
|
|
#define _TEXTUREENCODER_H_
|
2010-07-06 16:16:07 +00:00
|
|
|
|
|
|
|
#include "Common.h"
|
|
|
|
|
|
|
|
namespace TextureEncoder
|
|
|
|
{
|
2013-04-14 03:54:02 +00:00
|
|
|
void Encode(u8 *dest_ptr);
|
2010-07-06 16:16:07 +00:00
|
|
|
}
|
|
|
|
|
2009-11-15 22:26:39 +00:00
|
|
|
#endif
|