summaryrefslogtreecommitdiff
path: root/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'System.h')
-rw-r--r--System.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/System.h b/System.h
index 4670f2e..175a4c2 100644
--- a/System.h
+++ b/System.h
@@ -85,6 +85,8 @@ void SystemTimerRemove(TYPE_TIMER * timer);
bool SystemArrayCompare(unsigned short * arr1, unsigned short * arr2, size_t sz);
// Checks collision of two objects
bool SystemCollisionCheck(TYPE_COLLISION_BLOCK* c1, TYPE_COLLISION_BLOCK* c2);
+// Transforms integer to string. Use this instead of sprintf() as much as possible.
+bool Systemitoa(char* str, size_t sz, int16_t value);
/* **************************************
* Global Variables *