mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
20
src/util/StringTo.hpp
Normal file
20
src/util/StringTo.hpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#ifndef UTIL_STRING_TO_HPP
|
||||
#define UTIL_STRING_TO_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
struct lua_State;
|
||||
|
||||
uint64_t StringToClickAction(const char* actionStr);
|
||||
|
||||
int32_t StringToBOOL(const char*);
|
||||
|
||||
bool StringToBOOL(const char*, int32_t);
|
||||
|
||||
bool StringToBOOL(lua_State*, int32_t, int32_t);
|
||||
|
||||
int32_t StringToDrawLayer(const char*, int32_t&);
|
||||
|
||||
int32_t StringToJustify(const char*, uint32_t&);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue