aboutsummaryrefslogtreecommitdiff
path: root/teensy/context.h
blob: 0bdc5f9c43f13e475034215ca846737d19b97c00 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CONTEXT_H_
#define CONTEXT_H_

#include "common.h"
#include "renderer.h"
#include "teensy.h"

extern struct ty_ctx ctx;

#endif // CONTEXT_H_