remove qjs_macros.h
This commit is contained in:
1
camera.c
1
camera.c
@@ -1,5 +1,4 @@
|
||||
#include "sdl.h"
|
||||
#include "qjs_macros.h"
|
||||
#include "cell.h"
|
||||
#include "stb_ds.h"
|
||||
#include "qjs_actor.h"
|
||||
|
||||
@@ -23,9 +23,6 @@
|
||||
//#include "imgui_impl_sdlrenderer3.h"
|
||||
#include "imgui/backends/imgui_impl_sdlgpu3.h"
|
||||
|
||||
|
||||
#include "qjs_macros.h"
|
||||
|
||||
// Forward declarations for the functions we need
|
||||
extern "C" {
|
||||
SDL_Window *js2SDL_Window(JSContext *js, JSValue v);
|
||||
|
||||
1
math.c
1
math.c
@@ -1,6 +1,5 @@
|
||||
#include "cell.h"
|
||||
#include "prosperon.h"
|
||||
#include "qjs_macros.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include "quickjs.h"
|
||||
#include "cell.h"
|
||||
#include <stdint.h>
|
||||
#include "qjs_macros.h"
|
||||
|
||||
// Random number generation constants for MT19937-64
|
||||
#define STATE_VECTOR_LENGTH 312
|
||||
|
||||
BIN
prosperon.dylib
BIN
prosperon.dylib
Binary file not shown.
@@ -1,6 +1,5 @@
|
||||
#include "prosperon.h"
|
||||
#include "sdl.h"
|
||||
#include "qjs_macros.h"
|
||||
#include "quickjs.h"
|
||||
|
||||
#include <SDL3/SDL_gpu.h>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#include "qjs_macros.h"
|
||||
#include "cell.h"
|
||||
#include "stb_ds.h"
|
||||
#include "qjs_actor.h"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "cell.h"
|
||||
#include "prosperon.h"
|
||||
#include "qjs_macros.h"
|
||||
#include "stb_ds.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user