Media finder

This commit is contained in:
CHIEFSOFT\ameye
2023-08-10 20:05:44 -04:00
parent 8ac4497206
commit f9b7fb4fe7
4 changed files with 131 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef __mx_media_h__
#define __mx_media_h__
#include "vars.h"
//long WrenchPurchaseHx( CVars in, CVars &out );
//long WrenchRefferHx( CVars in, CVars &out );
//long WrenchMyFilesList( CVars in, CVars &out );
long WrenchFindStoredMedia(CVars in, CVars &out);
#endif