Fix a compilation problem, probably the entire file can be removed. I'll check that later.
This commit is contained in:
parent
c337d1be31
commit
4696bbdfdf
1 changed files with 2 additions and 1 deletions
|
@ -18,8 +18,9 @@
|
|||
//! many more dependencies pulled in.
|
||||
|
||||
#include "gamestatus.hpp"
|
||||
|
||||
#if 0
|
||||
int game_state::get_random()
|
||||
{
|
||||
return rand();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue