diff --git a/JoeyLib-Static-Image-Functions.md b/JoeyLib-Static-Image-Functions.md index 1b395fa..eccb95f 100644 --- a/JoeyLib-Static-Image-Functions.md +++ b/JoeyLib-Static-Image-Functions.md @@ -32,4 +32,10 @@ bool jlStaLoad(jlStaT sta, char *filename); ```c bool jlStaSave(jlStaT *sta, char *filename); ``` -Saves the specified static image to disk as `filename`. Returns `true` on success, otherwise `false`. \ No newline at end of file +Saves the specified static image to disk as `filename`. Returns `true` on success, otherwise `false`. + +### jlStaSurfaceGet +```c +jlSurfaceT jlStaSurfaceGet(jlStaT *sta); +``` +Returns a drawing surface from a static image. Useful for creating off-screen drawing surfaces.