jvm/c/assert.h

8 lines
111 B
C

#pragma once
#if defined(__dreamcast__)
#include "assert_dreamcast.h"
#else
#include "assert_hosted.h"
#endif