#include"mode.h" static CHiMode moed; CUTIVIS void CHi_SetMode(CHiMode mode) { moed = mode; } CUTIVIS CHiMode CHi_GetMode() { return moed; }