oddělení, čištění, kontrola ELC1

This commit is contained in:
2024-02-05 15:04:22 +01:00
parent 5229f16c9d
commit 37d02abd3f
54 changed files with 368 additions and 374 deletions

View File

@@ -1,6 +1,3 @@
//#define LINUX 1
#define WINDOWS 1
#ifndef UTILS_H_
#define UTILS_H_
@@ -12,6 +9,7 @@
#include <format>
#include <libgen.h> // dirname
#include <climits>
#include <unistd.h>
typedef uint8_t BYTE;
typedef uint16_t WORD;