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