Non-functional. Please debug

This commit is contained in:
VerstreuteSeele
2023-01-06 13:50:02 +01:00
parent 5937ac3c30
commit 80add04681
21 changed files with 744 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
enum NameChangerCustomEvent {
NameChangerCustomEventBack,
NameChangerCustomEventTextEditResult,
};