mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 08:55:37 +00:00
10 lines
238 B
C++
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;
|