8 lines
116 B
C
8 lines
116 B
C
#ifndef __mx_market_h__
|
|
#define __mx_market_h__
|
|
|
|
#include "vars.h"
|
|
long market_calls(CVars in, CVars &out);
|
|
|
|
#endif
|