File: cursor.h

package info (click to toggle)
nestopia 1.47-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,588 kB
  • ctags: 16,847
  • sloc: cpp: 84,994; xml: 26,919; ansic: 1,490; makefile: 606; sh: 20
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#ifndef _CURSOR_H_
#define _CURSOR_H_

void cursor_set_special(int type);
void cursor_set_default();

#endif