No need for extern here.

This commit is contained in:
riccardom 2009-06-13 08:23:57 +00:00
parent d6e495da98
commit d6532cfbe2
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
#ifndef __CHEATS_H__ #ifndef __CHEATS_H__
#define __CHEATS_H__ #define __CHEATS_H__
extern void CheatSearch (); void CheatSearch ();
extern void CheatList (); void CheatList ();
#endif /*__CHEATS_H__*/ #endif /*__CHEATS_H__*/