From 373dc625f82b47096893add42c4472e4a57ab7eb Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:23:03 +0100 Subject: Moved third-party libraries to a separate subdirectory --- contrib/Opcode/StdAfx.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/Opcode/StdAfx.cpp (limited to 'contrib/Opcode/StdAfx.cpp') diff --git a/contrib/Opcode/StdAfx.cpp b/contrib/Opcode/StdAfx.cpp new file mode 100644 index 0000000..2350f92 --- /dev/null +++ b/contrib/Opcode/StdAfx.cpp @@ -0,0 +1,10 @@ +/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +/* + * OPCODE - Optimized Collision Detection + * Copyright (C) 2001 Pierre Terdiman + * Homepage: http://www.codercorner.com/Opcode.htm + */ +/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +//#define ICE_MAIN +#include "StdAfx.h" -- cgit v1.1