Index: texture.h
===================================================================
--- texture.h	(revision 700)
+++ texture.h	(revision 701)
@@ -107,12 +107,12 @@
 then returns -1. Returns texture id otherwise.
 **/
 
-void raydium_texture_enable_npot_textures(void);
+__rayapi void raydium_texture_npot_enable(void);
 /**
 You can allow the load of Non-power-of-two textures with this function.
 **/
 
-void raydium_texture_disable_npot_textures(void);
+__rayapi void raydium_texture_npot_disable(void);
 /**
 Function to disabled the previous behaviour. By default Raydium already
 has this behaviour disabled.