pluie-echo/install.vala.in

10 lines
237 B
Vala
Raw Permalink Normal View History

2017-11-07 01:02:32 +00:00
namespace Pluie
{
namespace Echo
2017-11-09 02:08:41 +00:00
{
2017-11-07 01:02:32 +00:00
protected const string INSTALL_PATH = "@INSTALL_PATH@";
protected const string DATA_PATH = "@DATA_PATH@";
protected const string VERSION = "@VERSION@";
}
}