//********************************** Banshee Engine (www.banshee3d.com) **************************************************// //**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************// #include "Utility/BsPlatformUtility.h" #include namespace bs { void PlatformUtility::terminate(bool force) { exit(0); } }