misc/libphysfs/lzma/CPP/Common/NewHandler.h
author Wuzzy <Wuzzy2@mail.ru>
Mon, 06 Aug 2018 22:39:39 +0200
changeset 13617 a6abc2c1fc1a
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Show correct health increase when hog health cap is reached

// Common/NewHandler.h

#ifndef __COMMON_NEWHANDLER_H
#define __COMMON_NEWHANDLER_H

class CNewException {};

#ifdef _WIN32
void 
#ifdef _MSC_VER
__cdecl 
#endif
operator delete(void *p) throw();
#endif 

#endif