Index: video.h
===================================================================
--- video.h	(revision 377)
+++ video.h	(revision 378)
@@ -96,4 +96,16 @@
 Same as above, using video name.
 **/
 
+__rayapi signed char raydium_video_isplaying(int id);
+/**
+Returns **1** is video ##id## is playing, **0** if this video is stopped,
+and **-1** if function failed.
+**/
+
+__rayapi signed char raydium_video_isplaying_name(char *name);
+/**
+Same as above, using video name.
+**/
+
+
 #endif