mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
lots of new streaming interface additions
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
#define BLOCKSZ 512
|
||||
#endif
|
||||
|
||||
#define ROUND_UP_32(val) (((val) + 31) & ~31)
|
||||
#define ROUND_UP_16(val) (((val) + 15) & ~15)
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
enum class SeekOrigin
|
||||
|
||||
Reference in New Issue
Block a user