blob: 056a0c29d96aa5fce3ca539cef376603308046d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef TEENSY_CONTEXT_H_
#define TEENSY_CONTEXT_H_
#include "teensy_common.h"
#include "teensy_renderer.h"
#include "teensy.h"
extern struct ty_ctx ctx;
bool is_init(void);
#endif // TEENSY_CONTEXT_H_
|