initial commit
[safbench] / bmp_alpha.h
1 #ifndef BMP_ALPHA_H_
2 #define BMP_ALPHA_H_
3 // License information.
4 // The Software "SAF BENCH" was written by Patrik.A, also known as Nitton Attiofyra
5 // on YouTube. (https://www.youtube.com/@NittonAttiofyra)
6
7 // The software is released in to the Public Domain and comes with no warranty and is used
8 // at your own risk!
9
10 GLuint LoadTexture( const char * filename, int width, int height );
11
12 #endif  /* BMP_ALPHA_H_ */