mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed link names for BeefBoot
This commit is contained in:
parent
7882632e93
commit
079574a4e7
1 changed files with 5 additions and 2 deletions
|
@ -29,7 +29,8 @@ using namespace Beefy;
|
|||
|
||||
#include "BootApp.h"
|
||||
|
||||
BF_IMPORT void BF_CALLTYPE Debugger_ProgramDone();
|
||||
BF_IMPORT void BF_CALLTYPE IDEHelper_ProgramStart();
|
||||
BF_IMPORT void BF_CALLTYPE IDEHelper_ProgramDone();
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
@ -45,6 +46,8 @@ int main(int argc, char* argv[])
|
|||
|
||||
BfpSystem_Init(BFP_VERSION, BfpSystemInitFlag_InstallCrashCatcher);
|
||||
|
||||
IDEHelper_ProgramStart();
|
||||
|
||||
gApp = new BootApp();
|
||||
|
||||
/*for (int i = 0; i < argc; i++)
|
||||
|
@ -116,7 +119,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
delete gApp;
|
||||
|
||||
Debugger_ProgramDone();
|
||||
IDEHelper_ProgramDone();
|
||||
|
||||
BfpSystem_Shutdown();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue