The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/math: Add stdbool include to m_lowpass_integer.h

Malek 5c013bce 2abcc171

+2
+2
src/xrt/auxiliary/math/m_lowpass_integer.h
··· 4 4 * @file 5 5 * @brief Low-pass IIR filter for integers - C wrapper 6 6 * @author Ryan Pavlik <ryan.pavlik@collabora.com> 7 + * @author Malek Hodroj <pocmalek@gmail.com> 7 8 * @ingroup aux_math 8 9 */ 9 10 10 11 #pragma once 11 12 12 13 #include <stdint.h> 14 + #include <stdbool.h> 13 15 14 16 #ifdef __cplusplus 15 17 extern "C" {