aboutsummaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics.h b/graphics.h
index 94ce2ea..af8cdd0 100644
--- a/graphics.h
+++ b/graphics.h
@@ -210,6 +210,7 @@ struct Camera
struct {
uvlong min, avg, max, acc, n, v;
+ uvlong nframes;
} stats;
};
@@ -256,6 +257,7 @@ double fmax(double, double);
Memimage *rgb(ulong);
/* shadeop */
+double sign(double);
double step(double, double);
double smoothstep(double, double, double);