2013-04-17 23:29:41 -04: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-16 23:20:51 -04:00
|
|
|
#ifndef _TEXTUREENCODER_H_
|
|
|
|
#define _TEXTUREENCODER_H_
|
2010-07-06 16:16:07 +00:00
|
|
|
|
|
|
|
#include "Common.h"
|
|
|
|
|
|
|
|
namespace TextureEncoder
|
|
|
|
{
|
2013-04-13 23:54:02 -04:00
|
|
|
void Encode(u8 *dest_ptr);
|
2010-07-06 16:16:07 +00:00
|
|
|
}
|
|
|
|
|
2009-11-15 22:26:39 +00:00
|
|
|
#endif
|