/
vuvk
/
tiny-render
Обзор
Документация
Войти
/
vuvk
/
tiny-render
Код
Запросы
0
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
include/libfixmath/fixmath.h
23 строки
343 B
Vuvk
first version from 2017
03 май 2021, 11:09
03 май 2021, 11:09
84444c2
Код
Авторство
О чём код?
#ifndef __libfixmath_fixmath_h__ #define __libfixmath_fixmath_h__ #ifdef __cplusplus extern "C" { #endif /*! \file fixmath.h \brief Functions to perform fast accurate fixed-point math operations. */ #include "uint32.h" #include "int64.h" #include "fract32.h" #include "fix16.h" #ifdef __cplusplus } #endif #endif