recent_data

This commit is contained in:
CHIEFSOFT\ameye
2023-07-31 20:20:26 -04:00
parent f4b8fb0746
commit b911ab052d
3 changed files with 782 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef __mx_recent_data_h__
#define __mx_recent_data_h__
#include "vars.h"
long WrenchRecentDash(CVars in, CVars &out);
#endif