Designer is working great now, and this fixes a bunch of things about the mouse.
This commit is contained in:
parent
f05f652c26
commit
ffc787df64
10 changed files with 4958 additions and 91 deletions
|
@ -2,10 +2,8 @@
|
|||
#include <iostream>
|
||||
#include <chrono> // for operator""s, chrono_literals
|
||||
#include <thread> // for sleep_for
|
||||
#include "dbc.hpp"
|
||||
#include <filesystem>
|
||||
#include <fcntl.h>
|
||||
#include "constants.hpp"
|
||||
#include <fmt/core.h>
|
||||
#include <locale>
|
||||
#include <codecvt>
|
||||
|
@ -16,6 +14,8 @@
|
|||
#include FT_FREETYPE_H
|
||||
#include FT_TRUETYPE_TABLES_H
|
||||
#include FT_TRUETYPE_IDS_H
|
||||
#include "dbc.hpp"
|
||||
#include "constants.hpp"
|
||||
|
||||
using namespace nlohmann;
|
||||
using namespace fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue