- Reorganize sources to split them across three parts:

- The main program, the frontend
	- A pyton loader library
	- The backend library
Happy hacking.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@240 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-27 17:57:53 +00:00
parent cc7851daf9
commit 420a7f0e95
13 changed files with 106 additions and 39 deletions

View file

@ -23,7 +23,7 @@
#include "main.hh"
#include "parseopts.hh"
#include "gtkgui/startgui.hh"
#include "startgui.hh"
#include <algorithm>
#include <functional>