8 lines
130 B
C
8 lines
130 B
C
#ifndef __mx_recent_data_h__
|
|
#define __mx_recent_data_h__
|
|
|
|
#include "vars.h"
|
|
|
|
long WrenchRecentDash(CVars in, CVars &out);
|
|
|
|
#endif |