File: implicit-def

package info (click to toggle)
ketm 0.0.6-27
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,532 kB
  • sloc: ansic: 7,303; sh: 3,540; makefile: 135
file content (11 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/main.c
+++ b/main.c
@@ -4,6 +4,8 @@
 extern SDL_Surface *screen;
 extern int keyboard[];
 
+void hsc_save();
+
 GAMESTATE state;
 GAMESTATE laststate;