2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 23:44:00 +00:00

Update API.

Use u32 rather than uint32_t in CRandom16
This commit is contained in:
2015-11-08 19:43:11 -08:00
parent 812967ffbf
commit 9cb8b10fda
9 changed files with 46 additions and 48 deletions

View File

@@ -29,11 +29,9 @@ class WindowCallback : public boo::IWindowCallback
class CMain : public boo::IApplicationCallback
{
boo::IWindow* mainWindow;
//ApplicationDeviceFinder devFinder;
WindowCallback windowCallback;
int appMain(boo::IApplication* app);
void appQuitting(boo::IApplication*)
{}
{ xe8_b24_finished = true; }
void appFilesOpen(boo::IApplication*, const std::vector<std::string>& paths)
{
fprintf(stderr, "OPENING: ");