spaceaceiigs/tools/packvideo/source/packvideo.h

24 lines
606 B
C

/***************************************
Tool to pre-process video 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 __PACKVIDEO_H__
#define __PACKVIDEO_H__
#ifndef __BURGER__
#include <burger.h>
#endif
extern int BURGER_ANSIAPI main(int argc,const char **argv);
#endif