Initial version, with less-than-half ready UI

This commit is contained in:
2013-01-12 12:30:00 +01:00
commit b98c2fc756
14 changed files with 3568 additions and 0 deletions

11
src/config.vapi Normal file
View File

@@ -0,0 +1,11 @@
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config {
public const string GETTEXT_PACKAGE;
public const string SPRITE_DIR;
public const string BACKGROUND_DIR;
public const string PACKAGE_DATA_DIR;
public const string PACKAGE_LOCALE_DIR;
public const string PACKAGE_NAME;
public const string PACKAGE_VERSION;
public const string VERSION;
}