GLdc/GL/platform.h
2021-03-28 14:33:56 +01:00

8 lines
102 B
C

#pragma once
#ifdef __DREAMCAST__
#include "platforms/sh4.h"
#else
#include "platforms/x86.h"
#endif