Added common files

This commit is contained in:
Digital Artifex
2026-06-06 22:34:19 -04:00
parent 15a625008e
commit 59a2204386
11 changed files with 545 additions and 21 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef KOMPLEX_GLOBAL_H
#define KOMPLEX_GLOBAL_H
#ifdef KOMPLEX_PLUGIN
#define KOMPLEX_EXPORT Q_DECL_EXPORT
#else
#define KOMPLEX_EXPORT Q_DECL_IMPORT
#endif
#define SLIDING_CACHE_WINDOW_SIZE 100
#define SLIDING_CACHE_PREFETCH_THRESHOLD 20
#define NETWORK_TIMEOUT 10000
#endif // KOMPLEX_GLOBAL_H