diff options
| author | Ray <raysan5@gmail.com> | 2016-08-10 12:55:54 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2016-08-10 12:55:54 +0200 |
| commit | 289e04a62a64a6e82aa5da3397baaa7f48cc45ed (patch) | |
| tree | 0dc28541849cc17d1f7d9e231eaf26aa19254eb8 /src/core.c | |
| parent | a1b6b217e4797caf0ab2b5e297a91013ac24333d (diff) | |
| download | raylib-289e04a62a64a6e82aa5da3397baaa7f48cc45ed.tar.gz raylib-289e04a62a64a6e82aa5da3397baaa7f48cc45ed.zip | |
Ported camera module to header-only
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ #define GESTURES_IMPLEMENTATION #include "gestures.h" // Gestures detection functionality +#define CAMERA_IMPLEMENTATION +#include "camera.h" // Camera system functionality + #include <stdio.h> // Standard input / output lib #include <stdlib.h> // Declares malloc() and free() for memory management, rand(), atexit() #include <stdint.h> // Required for typedef unsigned long long int uint64_t, used by hi-res timer |
