mirror of
https://github.com/photonstorm/phaser
synced 2025-01-13 05:38:48 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
module.exports = {
|
|
|
|
GetNext: require('./GetPowerOfTwo'),
|
|
IsSize: require('./IsSizePowerOfTwo'),
|
|
IsValue: require('./IsValuePowerOfTwo')
|
|
|
|
};
|