- Treballant en el editor de templates

This commit is contained in:
2024-09-19 14:07:57 +02:00
parent ecd4f7d6b4
commit 241ae1bd8e
4 changed files with 144 additions and 42 deletions

View File

@@ -1,9 +1,11 @@
#pragma once
#include <vector>
#include <stdint.h>
namespace util
{
int stringToInt(const char *value, std::vector<const char*> strings, std::vector<int> values);
const bool strcomp(const char *a, const char* b);
const uint8_t scancode_to_char(const uint8_t scancode);
}