Files
s7/globals.h

19 lines
322 B
C
Raw Permalink Normal View History

2025-06-28 17:40:42 +02:00
/*
* 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_ 2
2025-06-28 17:40:42 +02:00
#define _INSANEWIDGET_NAME "InsaneWidget"
#endif /* GLOBALS_H */