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