aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
blob: 20d057f16a443903e141bf5094ea3dba11f5ccad (plain) (blame)
1
2
3
4
5
6
#pragma once

#include <stdbool.h>
#include <stdint.h>

typedef long long int i64;