tico 0.1
Mechanical Watch Terminal Timegrapher
appstate.h
Go to the documentation of this file.
1#pragma once
2typedef struct AppState
3{
4 volatile int keepRunning;
5 volatile unsigned int columns;
struct AppState AppState
Definition: appstate.h:3
volatile int keepRunning
Definition: appstate.h:4
volatile unsigned int columns
Definition: appstate.h:5