Switch to using WAPP_PLATFORM_CPP instead of __cplusplus

This commit is contained in:
2025-04-20 19:52:33 +01:00
parent 494bbeb398
commit b884d0e6a6
26 changed files with 114 additions and 98 deletions

View File

@@ -1,5 +1,6 @@
#include "xorshift.h"
#include "../../common/aliases/aliases.h"
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
#include <time.h>