1
0
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:
David Anderson 2010-10-16 23:39:11 -07:00
parent 31be74561d
commit d48e48d45c

View File

@ -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