This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
vgmstream
Watch
1
Star
0
Fork
0
You've already forked vgmstream
mirror of
https://github.com/vgmstream/vgmstream.git
synced
2024-11-17 03:47:10 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9fc46bd877
vgmstream
/
unix
/
gui.h
8 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Added initial implement of the audacious plugin for audacious 1.4.x or higher. There are still a few things to do such as add a configuration GUI, but these things are marked via TODO in the source files. I also added the autoconf/automake building system. To generate everything you need, run ./bootstrap in the top level directory, it will generate the configure script. Then run ./configure. It will generate Makefile.unix, so build it via make -f Makefile.unix. Everything should be setup properly, after building, execute 'make -f Makefile.unix install' to install. git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@165 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-05-18 19:17:49 +02:00
#
ifndef __GUI__
#
define __GUI__
void
vgmstream_gui_about
(
)
;
GUI completed. git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@200 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-05-27 04:34:21 +02:00
void
vgmstream_gui_configure
(
)
;
Added initial implement of the audacious plugin for audacious 1.4.x or higher. There are still a few things to do such as add a configuration GUI, but these things are marked via TODO in the source files. I also added the autoconf/automake building system. To generate everything you need, run ./bootstrap in the top level directory, it will generate the configure script. Then run ./configure. It will generate Makefile.unix, so build it via make -f Makefile.unix. Everything should be setup properly, after building, execute 'make -f Makefile.unix install' to install. git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@165 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-05-18 19:17:49 +02:00
#
endif
Reference in New Issue
Copy Permalink