Skip to content

Commit

Permalink
(#1139) Fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 30, 2019
1 parent 9b0e3d5 commit c7497e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/game/camera.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#include <SDL.h>
#include "system/stacktrace.h"
#include <math.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>

#include <SDL.h>

#include "camera.h"
#include "sdl/renderer.h"
#include "system/nth_alloc.h"
#include "system/log.h"
#include "system/stacktrace.h"

#define RATIO_X 16.0f
#define RATIO_Y 9.0f
Expand Down

0 comments on commit c7497e3

Please sign in to comment.