ZestCode
 
Loading...
Searching...
No Matches
user_functions.h
1#pragma once
2
3#define FUNC(F) void user_ ##F();
4#include "system/user_functions/list.h"
5#undef FUNC