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:
@@ -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: ");
|
||||
|
||||
Reference in New Issue
Block a user