Emscripten port

This commit is contained in:
elasota
2021-03-29 21:41:11 -04:00
parent 9ba0e9f13d
commit 6fb45f480b
92 changed files with 15731 additions and 300 deletions

View File

@@ -23,6 +23,7 @@
#include "PLDrivers.h"
#include "PLNumberFormatting.h"
#include "PLPasStr.h"
#include "PLSysCalls.h"
#define kMainWindowID 128
#define kEditWindowID 129
@@ -571,6 +572,8 @@ void HardDrawMainWindow (void)
// palette. In this way, color appears to slowly wash in.
void WashColorIn (void)
{
PL_ASYNCIFY_PARANOID_DISARM_FOR_SCOPE();
#define kGray2ColorSteps 180
long longDelta;
short i, c;