Files
Work/common/PRSHT.HPP
2024-08-07 09:09:36 -04:00

7 lines
109 B
C++

#ifndef _COMMON_PRSHT_HPP_
#define _COMMON_PRSHT_HPP_
#if defined(__FLAT__)
#include <prsht.h>
#endif
#endif