#ifndef _INCLUDE_H_
#define _INCLUDE_H_

// Все стандартные инклуды

#include "..\inc\swilib.h"
#include "macros.h"
#include "config_data.h"
#include "string_util.h"
#include "math.h"
//#include "notify.h"

const char percent_t[]="%t";
const char percent_d[]="%d";
const char empty_str[]="";

#endif
