ultimatepp/examples/AndroidMathUtility/AndroidMathUtility.h
klugier 8bca4ca3f1 Added Android builder juicy example
git-svn-id: svn://ultimatepp.org/upp/trunk@8640 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-07 21:52:43 +00:00

13 lines
205 B
C++

#ifndef _AndroidMathUtility_AndroidMathUtiliy_h
#define _AndroidMathUtility_AndroidMathUtiliy_h
#include "Vector.h"
namespace AndroidMathUtility {
int Power(int number, int n);
}
#endif