taisei/src/coroutine/coroutine.h
2022-12-28 23:47:48 +01:00

14 lines
381 B
C

/*
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
#pragma once
#include "taisei.h"
void coroutines_init(void);
void coroutines_shutdown(void);
void coroutines_draw_stats(void);