Initial commit.
This commit is contained in:
18
globals.h
Normal file
18
globals.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* 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 */
|
||||
|
||||
Reference in New Issue
Block a user