mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-20 13:54:14 +01:00
Removing accidental file checkin.
This commit is contained in:
parent
31be74561d
commit
d48e48d45c
@ -1,29 +0,0 @@
|
||||
/* ======== SourceHook ========
|
||||
* Copyright (C) 2004-2010 Metamod:Source Development Team
|
||||
* No warranties of any kind
|
||||
*
|
||||
* License: zlib/libpng
|
||||
*
|
||||
* Author(s): Pavol "PM OnoTo" Marko
|
||||
* ============================
|
||||
*/
|
||||
|
||||
#ifndef __SOURCEHOOK_IMPL_CLEANUPTASK_H__
|
||||
#define __SOURCEHOOK_IMPL_CLEANUPTASK_H__
|
||||
|
||||
|
||||
namespace SourceHook
|
||||
{
|
||||
namespace Impl
|
||||
{
|
||||
class ICleanupTask
|
||||
{
|
||||
public:
|
||||
virtual void CleanupAndDeleteThis() = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
// __SOURCEHOOK_IMPL_CLEANUPTASK_H__
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user