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