formatting 90% done; encapsulated everything in the TinyJS namespace, and renamed...
[tinyjs-rewrite.git] / .svn / pristine / cb / cbd242c9c78eddce13db7317c337ae0543d5ed68.svn-base
blobcb5489f140f91b218286ee97c3c728f543619b15
1 #ifndef TINYJS_MATHFUNCTIONS_H
2 #define TINYJS_MATHFUNCTIONS_H
4 #include "TinyJS.h"
6 /// Register useful math. functions with the TinyJS interpreter
7 extern void registerMathFunctions(CTinyJS *tinyJS);
9 #endif