]> git.sesse.net Git - pistorm/blob - platforms/platforms.h
Merge branch 'wip-crap' of https://github.com/beeanyew/pistorm into 0.x-borb
[pistorm] / platforms / platforms.h
1 #include "config_file/config_file.h"
2
3 enum base_platforms {
4     PLATFORM_NONE,
5     PLATFORM_AMIGA,
6     PLATFORM_MAC,
7     PLATFORM_X68000,
8     PLATFORM_NUM,
9 };
10
11 struct platform_config *make_platform_config(char *name, char *subsys);