mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Initial checkin
This commit is contained in:
parent
c74712dad9
commit
078564ac9e
3242 changed files with 1616395 additions and 0 deletions
31
BeefySysLib/sound/Win32/AkFilePackageLowLevelIOBlocking.h
Normal file
31
BeefySysLib/sound/Win32/AkFilePackageLowLevelIOBlocking.h
Normal file
|
@ -0,0 +1,31 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// AkFilePackageLowLevelIOBlocking.h
|
||||
//
|
||||
// Extends the CAkDefaultIOHookBlocking low level I/O hook with File
|
||||
// Package handling functionality.
|
||||
//
|
||||
// See AkDefaultIOHookBlocking.h for details on using the blocking
|
||||
// low level I/O hook.
|
||||
//
|
||||
// See AkFilePackageLowLevelIO.h for details on using file packages.
|
||||
//
|
||||
// Copyright (c) 2006 Audiokinetic Inc. / All Rights Reserved
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _AK_FILE_PACKAGE_LOW_LEVEL_IO_BLOCKING_H_
|
||||
#define _AK_FILE_PACKAGE_LOW_LEVEL_IO_BLOCKING_H_
|
||||
|
||||
#include "../Common/AkFilePackageLowLevelIO.h"
|
||||
#include "AkDefaultIOHookBlocking.h"
|
||||
|
||||
class CAkFilePackageLowLevelIOBlocking
|
||||
: public CAkFilePackageLowLevelIO<CAkDefaultIOHookBlocking>
|
||||
{
|
||||
public:
|
||||
CAkFilePackageLowLevelIOBlocking() {}
|
||||
virtual ~CAkFilePackageLowLevelIOBlocking() {}
|
||||
};
|
||||
|
||||
#endif //_AK_FILE_PACKAGE_LOW_LEVEL_IO_BLOCKING_H_
|
Loading…
Add table
Add a link
Reference in a new issue