Initial commit.

This commit is contained in:
Saleem Edah-Tally
2025-06-28 17:40:42 +02:00
commit ef6f25ef27
52 changed files with 8156 additions and 0 deletions

18
globals.h Normal file
View 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 */