1v13d/src/FxEngine/object/texture.h

8 lines
102 B
C
Raw Normal View History

2019-07-19 21:55:17 +02:00
#ifndef FE_TEXTURE_H
#define FE_TEXTURE_H
int FE_getPixelColor(int num, float x, float y);
#endif