Ported camera module to header-only

This commit is contained in:
Ray 2016-08-10 12:55:54 +02:00
parent a1b6b217e4
commit 289e04a62a
4 changed files with 556 additions and 554 deletions

View file

@ -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