소스 검색

Set a version for rGIF library

Ray 6 년 전
부모
커밋
3aafa9d5ba
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/external/rgif.h

+ 3 - 1
src/external/rgif.h

@@ -1,6 +1,8 @@
 /**********************************************************************************************
 *
-*   rgif.h original implementation (gif.h) by Charlie Tangora [ctangora -at- gmail -dot- com]
+*   rgif.h v0.5
+*
+*   Original implementation (gif.h) by Charlie Tangora [ctangora -at- gmail -dot- com]
 *   adapted to C99, reformatted and renamed by Ramon Santamaria (@raysan5)
 *
 *   This file offers a simple, very limited way to create animated GIFs directly in code.