Skip to content

Commit

Permalink
zMain things
Browse files Browse the repository at this point in the history
  • Loading branch information
escape209 committed Jul 31, 2024
1 parent c028876 commit 5baba51
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/SB/Game/zMain.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
#include "zGlobals.h"
#include "zMain.h"

#include <string.h>
#include <types.h>

void iEnvStartup()
{
}

void zMainOutputMgrSetup()
{
iTime tim = iTimeGet();
iTimeDiffSec(tim);
iTimeGet();
}

void zMainInitGlobals()
{
memset(&globals, 0, 0x1fc8);
globals.sceneFirst = 1;
iTime tim = iTimeGet();
iTimeDiffSec(tim);
iTimeGet();
}

void zMainMemLvlChkCB()
{
zSceneMemLvlChkCB();
}

0 comments on commit 5baba51

Please sign in to comment.