forked from github/server
rules was part of convert, and we do never finished that branch.
This commit is contained in:
parent
480c8f9d33
commit
bbae56633b
3 changed files with 0 additions and 18 deletions
|
@ -69,7 +69,6 @@ pool.c
|
||||||
race.c
|
race.c
|
||||||
region.c
|
region.c
|
||||||
resources.c
|
resources.c
|
||||||
rules.c
|
|
||||||
save.c
|
save.c
|
||||||
ship.c
|
ship.c
|
||||||
skills.c
|
skills.c
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
#include <platform.h>
|
|
||||||
#include "rules.h"
|
|
||||||
|
|
||||||
int write_rules(const char *filename) {
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
int read_rules(const char *filename)
|
|
||||||
{
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
#pragma once
|
|
||||||
|
|
||||||
int read_rules(const char *filename);
|
|
||||||
int write_rules(const char * filename);
|
|
||||||
|
|
Loading…
Reference in a new issue