#ifndef YANG_H
#define YANG_H

#ifdef __cplusplus
extern "C" {
#endif

void yang_game(void);

#ifdef __cplusplus
} /*extern "C"*/
#endif

#endif
