Skip to content

Commit

Permalink
Fix Linux runner, flex_t
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyquagsire23 committed Sep 19, 2023
1 parent f730740 commit 75ecb4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/engine_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ extern int Window_isHiDpi;
#define WINDOW_DEFAULT_HEIGHT (480)
#endif // WIN64_STANDALONE

// TODO: fixed point support?
typedef float flex_t;

// Disable warnings for Vegetable Studio
#if 1 && defined _MSC_VER
Expand Down
2 changes: 1 addition & 1 deletion src/jk.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extern "C" {
#include <ctype.h>
#endif

#ifdef MACOS
#if defined(MACOS) || defined(LINUX)
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit 75ecb4b

Please sign in to comment.