chore: add .clang_format for consistent code formatting
This commit is contained in:
@@ -2,28 +2,25 @@
|
||||
#include "4J_Input.h"
|
||||
|
||||
void ClearGlobalText();
|
||||
uint16_t* GetGlobalText();
|
||||
uint16_t *GetGlobalText();
|
||||
void SeedEditBox();
|
||||
|
||||
class CKeyboard
|
||||
{
|
||||
public:
|
||||
enum EKeyboardProcessState
|
||||
{
|
||||
};
|
||||
|
||||
enum EKeyboardProcessState
|
||||
{
|
||||
struct SKeyboardInfo
|
||||
{
|
||||
};
|
||||
|
||||
};
|
||||
void Tick(void);
|
||||
|
||||
struct SKeyboardInfo
|
||||
{
|
||||
EKeyboardResult RequestKeyboard(LPCWSTR Title, LPCWSTR Text, DWORD dwPad, UINT uiMaxChars, int (*Func)(LPVOID, const bool), LPVOID lpParam,
|
||||
C_4JInput::EKeyboardMode eMode);
|
||||
void GetText(uint16_t *UTF16String);
|
||||
|
||||
};
|
||||
|
||||
void Tick(void);
|
||||
|
||||
EKeyboardResult RequestKeyboard(LPCWSTR Title, LPCWSTR Text, DWORD dwPad, UINT uiMaxChars, int(*Func)(LPVOID, const bool), LPVOID lpParam, C_4JInput::EKeyboardMode eMode);
|
||||
void GetText(uint16_t* UTF16String);
|
||||
|
||||
|
||||
BYTE gap0[0x68];
|
||||
BYTE gap0[0x68];
|
||||
};
|
||||
Reference in New Issue
Block a user