19 lines
322 B
C
19 lines
322 B
C
/*
|
|
* File: globals.h
|
|
* Author: Saleem EDAH-TALLY - nmset@yandex.com
|
|
* License : CeCILL
|
|
* Copyright Saleem EDAH-TALLY - © 2017
|
|
*
|
|
* Created on 27 février 2017, 22:28
|
|
*/
|
|
|
|
#ifndef GLOBALS_H
|
|
#define GLOBALS_H
|
|
|
|
#define _APPNAME_ "S7"
|
|
#define _APPVERSION_ 1
|
|
#define _INSANEWIDGET_NAME "InsaneWidget"
|
|
|
|
#endif /* GLOBALS_H */
|
|
|