j
k
j a
j l
"Evan Stade" estade@gmail.com writes:
+inline INT roundr(REAL x) +{ return (INT) floorf(x + 0.5); +} +inline REAL deg2rad(REAL degrees) +{ return M_PI * degrees / 180.0; +}
+inline INT roundr(REAL x) +{
+}
+inline REAL deg2rad(REAL degrees) +{
If you want them to be inlined they should be defined in the header file.
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites