shithub: cstory

ref: d41b3993f507b5b20a020be795222bbd7bc79ddc
dir: /src/Caret.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

void InitCaret(void);
void ActCaret(void);
void PutCaret(int fx, int fy);
void SetCaret(int x, int y, int code, int dir);