summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/i_system.h
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2006-04-15 22:08:36 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2006-04-15 22:08:36 +0000
commit4e2a74c2b4feb8ce347438f81629a9a051d9a647 (patch)
tree2fc638c1b58c3b48726946dd426b363e20a31f0c /apps/plugins/doom/i_system.h
parent75b6abb11411f5c27f9aa21329164e6ef16f9972 (diff)
downloadrockbox-4e2a74c2b4feb8ce347438f81629a9a051d9a647.zip
rockbox-4e2a74c2b4feb8ce347438f81629a9a051d9a647.tar.gz
rockbox-4e2a74c2b4feb8ce347438f81629a9a051d9a647.tar.bz2
rockbox-4e2a74c2b4feb8ce347438f81629a9a051d9a647.tar.xz
Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9682 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom/i_system.h')
-rw-r--r--apps/plugins/doom/i_system.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/plugins/doom/i_system.h b/apps/plugins/doom/i_system.h
index e594cb2..35de3ef 100644
--- a/apps/plugins/doom/i_system.h
+++ b/apps/plugins/doom/i_system.h
@@ -41,16 +41,6 @@ int I_GetTime (void);
//
// Called by D_DoomLoop,
-// called before processing any tics in a frame
-// (just after displaying a frame).
-// Time consuming syncronous operations
-// are performed here (joystick reading).
-// Can call D_PostEvent.
-//
-void I_StartFrame (void);
-
-//
-// Called by D_DoomLoop,
// called before processing each tic in a frame.
// Quick syncronous operations are performed here.
// Can call D_PostEvent.