Commited refactoring changes made on the train.
This commit is contained in:
14
include/Utility.h
Normal file
14
include/Utility.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef __PolyVox_Utility_H__
|
||||
#define __PolyVox_Utility_H__
|
||||
|
||||
#include "Typedef.h"
|
||||
|
||||
#include "boost/cstdint.hpp"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
POLYVOX_API boost::uint8_t logBase2(boost::uint32_t uInput);
|
||||
POLYVOX_API bool isPowerOf2(boost::uint32_t uInput);
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user