oops somehow this got missing from svn?

This commit is contained in:
punkrockguy318 2009-03-17 04:17:42 +00:00
parent 9462a9c727
commit 932b3aabec
1 changed files with 13 additions and 0 deletions

13
gfceux Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env python
#
# GTK2 GUI for FCE UltraX
#
# Lukas Sabota <ltsmooth42 _at_ gmail _dot_ com>
#
# <http://fceux.com>
from gfceux import main
app = main.GfceuxApp()