raylib-cpp
C++ object-oriented wrapper library for raylib.
physac.hpp
1 
4 #ifndef RAYLIB_CPP_INCLUDE_PHYSAC_HPP_
5 #define RAYLIB_CPP_INCLUDE_PHYSAC_HPP_
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 #include "extras/physac.h" // NOLINT
11 #ifdef __cplusplus
12 }
13 #endif
14 
15 #endif // RAYLIB_CPP_INCLUDE_PHYSAC_HPP_