summaryrefslogtreecommitdiff
path: root/include/fixed_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fixed_point.h')
-rw-r--r--include/fixed_point.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fixed_point.h b/include/fixed_point.h
index ff8e2b3..9df6376 100644
--- a/include/fixed_point.h
+++ b/include/fixed_point.h
@@ -15,6 +15,7 @@ struct fp_t {
fp_t operator+(const fp_t& other) const;
fp_t operator-(const fp_t& other) const;
fp_t operator*(const fp_t& other) const;
+ fp_t operator/(const fp_t& other) const;
bool operator==(const fp_t& other) const;
};