Files
WrenchBoradWeb/wrenchboard/src/include/market.h
T
2024-09-15 14:16:34 -04:00

8 lines
116 B
C

#ifndef __mx_market_h__
#define __mx_market_h__
#include "vars.h"
long market_calls(CVars in, CVars &out);
#endif