mirror of
https://github.com/xcat2/xNBA.git
synced 2025-07-15 17:16:11 +00:00
added doxygen file header
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user