mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-17 09:51:28 +00:00
33634859c6
git-svn-id: https://svn.eduke32.com/eduke32@5680 1a8010ca-5511-0410-912e-c29ae57300e0
9 lines
168 B
C++
9 lines
168 B
C++
#ifndef __PROCESSRGB_HPP__
|
|
#define __PROCESSRGB_HPP__
|
|
|
|
#include "Types.hpp"
|
|
|
|
uint64 ProcessRGB( const uint8* src );
|
|
uint64 ProcessRGB_ETC2( const uint8* src );
|
|
|
|
#endif
|