summaryrefslogtreecommitdiff
path: root/include/common.h
blob: 8c1f976fe2783aa8ff0f47c3a39807bf5196c8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef HONEY_COMMON_H
#define HONEY_COMMON_H

#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>

#include "glad.h"
#include <GLFW/glfw3.h>

#include <cglm/cglm.h>
#include <cglm/call.h>

#include "stb_image.h"

#endif