File: nas.h

package info (click to toggle)
atari800 0.8.6-2
  • links: PTS
  • area: contrib
  • in suites: hamm
  • size: 1,364 kB
  • ctags: 2,457
  • sloc: ansic: 22,055; asm: 2,812; cpp: 581; makefile: 68; sh: 8
file content (10 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10


#ifndef __NAS__
#define __NAS__

void NAS_Initialise(int *argc, char *argv[]);
void NAS_Exit(void);
void NAS_UpdateSound(void);

#endif