sandbox/misc/noise/util.h

13 lines
167 B
C
Raw Normal View History

2019-02-17 00:50:56 +00:00
#ifndef __UTIL_H
#define __UTIL_H
#include <stdint.h>
void swap_u8(uint8_t &a, uint8_t &b);
void swap_ul(unsigned long &a, unsigned long &b);
#endif // __UTIL_H