mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
6fb3ac4fab
git-svn-id: https://svn.eduke32.com/eduke32@5684 1a8010ca-5511-0410-912e-c29ae57300e0
9 lines
164 B
C++
9 lines
164 B
C++
#ifndef PROCESSRGB_HPP__
|
|
#define PROCESSRGB_HPP__
|
|
|
|
#include "Types.hpp"
|
|
|
|
uint64 ProcessRGB( const uint8* src );
|
|
uint64 ProcessRGB_ETC2( const uint8* src );
|
|
|
|
#endif
|