Initial version, with less-than-half ready UI
This commit is contained in:
11
src/config.vapi
Normal file
11
src/config.vapi
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user