mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Added "Keep Native Console Open" option
This commit is contained in:
parent
fd3bd861ae
commit
8052066ab0
18 changed files with 423 additions and 41 deletions
|
@ -181,6 +181,13 @@ namespace bf
|
|||
Beefy::String GetTypeName();
|
||||
};
|
||||
|
||||
class Console
|
||||
{
|
||||
public:
|
||||
BFRT_EXPORT static void PutChar(char c);
|
||||
BFRT_EXPORT static void ReopenHandles();
|
||||
};
|
||||
|
||||
class Exception : public Object
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue