mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Emscripten port
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
#include "MemoryManager.h"
|
||||
#include "ResourceManager.h"
|
||||
|
||||
#include "PLBigEndian.h"
|
||||
#include "PLDrivers.h"
|
||||
#include "PLResources.h"
|
||||
#include "PLBigEndian.h"
|
||||
#include "PLSysCalls.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
@@ -375,6 +376,8 @@ void DecrementCursor (void)
|
||||
|
||||
void SpinCursor (short incrementIndex)
|
||||
{
|
||||
PL_ASYNCIFY_PARANOID_DISARM_FOR_SCOPE();
|
||||
|
||||
UInt32 dummyLong;
|
||||
short i;
|
||||
|
||||
|
Reference in New Issue
Block a user