initial commit

This commit is contained in:
R-type
2015-12-14 14:00:35 +01:00
commit 5a96c0ca66
377 changed files with 149124 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef SNDSAVE_H_
#define SNDSAVE_H_
#include "atari.h"
int SndSave_IsSoundFileOpen(void);
int SndSave_CloseSoundFile(void);
int SndSave_OpenSoundFile(const char *szFileName);
int SndSave_WriteToSoundFile(const UBYTE *ucBuffer, unsigned int uiSize);
#endif /* SNDSAVE_H_ */