spaceaceiigs/tools/packsound/source/packsound.h
Rebecca Heineman a92120827c Initial Checkin
From the archives of 1991
2015-07-08 12:48:09 -07:00

24 lines
600 B
C

/***************************************
Tool to pre-process data for Space Ace IIgs
Copyright (c) 1995-2015 by Rebecca Ann Heineman <becky@burgerbecky.com>
It is released under an MIT Open Source license. Please see LICENSE
for license details. Yes, you can use it in a
commercial title without paying anything, just give me a credit.
Please? It's not like I'm asking you for money!
***************************************/
#ifndef __PACKSOUND_H__
#define __PACKSOUND_H__
#ifndef __BURGER__
#include <burger.h>
#endif
extern int BURGER_ANSIAPI main(int argc,const char **argv);
#endif