mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Shuffled C stuff out on top.
This commit is contained in:
parent
24251a2768
commit
1de6097f06
@ -12,7 +12,7 @@
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
|
||||
using namespace Storage::Tape;
|
||||
#pragma mark - ZLib extensions
|
||||
|
||||
static float gzgetfloat(gzFile file)
|
||||
{
|
||||
@ -66,6 +66,8 @@ static int gzget32(gzFile file)
|
||||
return result;
|
||||
}
|
||||
|
||||
using namespace Storage::Tape;
|
||||
|
||||
UEF::UEF(const char *file_name) :
|
||||
_time_base(1200),
|
||||
_is_at_end(false),
|
||||
|
Loading…
Reference in New Issue
Block a user