mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
added doxygen file header
This commit is contained in:
parent
1632c25c78
commit
12ca5aa442
@ -1,6 +1,12 @@
|
||||
#include <curses.h>
|
||||
#include <vsprintf.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
* MuCurses alert functions
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Audible signal
|
||||
*
|
||||
|
@ -1,6 +1,12 @@
|
||||
#include <curses.h>
|
||||
#include "cursor.h"
|
||||
|
||||
/** @file
|
||||
*
|
||||
* MuCurses cursor preserving functions
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Restore cursor position from encoded backup variable
|
||||
*
|
||||
|
@ -1,6 +1,12 @@
|
||||
#ifndef CURSOR_H
|
||||
#define CURSOR_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* MuCurses cursor implementation specific header file
|
||||
*
|
||||
*/
|
||||
|
||||
struct cursor_pos {
|
||||
unsigned int y, x;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user