mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
13 lines
205 B
C++
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
|