9 lines
112 B
C
9 lines
112 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <SDL2/SDL.h>
|
|
|
|
void update();
|
|
|
|
uint8_t get_hours(); |