1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
LatAnalyze/latan/Global.cpp

10 lines
238 B
C++

#include <latan/Global.hpp>
#include <latan/includes.hpp>
using namespace std;
using namespace Latan;
const string Env::FullName = PACKAGE_STRING;
const string Env::Name = PACKAGE_NAME;
const string Env::Version = PACKAGE_VERSION;