diff options
author | Chris Robinson <[email protected]> | 2020-08-27 23:02:17 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-08-27 23:02:17 -0700 |
commit | ecf30de36f6487c1f8a19ae0d03ba810078706f4 (patch) | |
tree | 1a25173f5d35b9c317854a1e20493bdb2be3d948 /al | |
parent | a9ebcdcb7fb2d8eeb137b54c100f3d9601b71a2e (diff) |
Rename buffer_formats to buffer_storage
Diffstat (limited to 'al')
-rw-r--r-- | al/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/buffer.h b/al/buffer.h index 5faded0d..6b1d45f5 100644 --- a/al/buffer.h +++ b/al/buffer.h @@ -8,7 +8,7 @@ #include "albyte.h" #include "almalloc.h" #include "atomic.h" -#include "buffer_formats.h" +#include "buffer_storage.h" #include "inprogext.h" #include "vector.h" |