13 lines
209 B
C
13 lines
209 B
C
#ifndef __mx_cards_h__
|
|
#define __mx_cards_h__
|
|
|
|
#include "vars.h"
|
|
|
|
long card_calls(CVars in, CVars &out);
|
|
|
|
long card_calls(CVars in, CVars &out);
|
|
long getMembercards(CVars in, CVars &out);
|
|
|
|
#endif
|
|
|