]> Git Repo - raytracer.git/blobdiff - sdl_funcs.h
merge
[raytracer.git] / sdl_funcs.h
index b0296bdcec0ae5c0252898849270dccca41c6a68..ef29f566d1168da6e3456082a377519a4f90573b 100644 (file)
@@ -31,4 +31,5 @@ class frame{
     rgb* operator[](const size_t h) {return framebuffer+h*width; }
     const rgb* operator[](const size_t h) const {return framebuffer+h*width; }
 };
+void sdl_text(char * str);
 #endif //__SDL_FUNC_H__
\ No newline at end of file
This page took 0.020892 seconds and 4 git commands to generate.