8 lines
156 B
C
8 lines
156 B
C
#ifndef __mx_reco_engine_h__
|
|
#define __mx_reco_engine_h__
|
|
|
|
#include "vars.h"
|
|
|
|
long recommendation_engine(long action , CVars in, CVars &out);
|
|
|
|
#endif |