From 3bd383baf6a17e734329e1fc677c7e86283db772 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 26 Oct 2015 22:52:36 +0800 Subject: Added support for relative line numbers. Added instructions for, brk and cont. (They are still untested...) Parser code cleanup. Removed garbage output to stderr. Reorganize the repository structure. Updated BLR2 code move it into archive. Added BLR1 files. --- hge/power.cpp | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 hge/power.cpp (limited to 'hge/power.cpp') diff --git a/hge/power.cpp b/hge/power.cpp deleted file mode 100644 index eabeeaa..0000000 --- a/hge/power.cpp +++ /dev/null @@ -1,25 +0,0 @@ -/* -** Haaf's Game Engine 1.8 -** Copyright (C) 2003-2007, Relish Games -** hge.relishgames.com -** -** Core functions implementation: power status -*/ -//DO NOT USE THIS, USE "acpi". - -#include "hge_impl.h" - -void HGE_Impl::_InitPowerStatus() -{ - nPowerStatus = HGEPWR_UNSUPPORTED; -} - -void HGE_Impl::_UpdatePowerStatus() -{ - nPowerStatus = HGEPWR_UNSUPPORTED; -} - -void HGE_Impl::_DonePowerStatus() -{ - nPowerStatus = HGEPWR_UNSUPPORTED; -} -- cgit v1.2.3