rules was part of convert, and we do never finished that branch.

This commit is contained in:
Enno Rehling 2018-05-18 21:18:55 +02:00
parent 480c8f9d33
commit bbae56633b
3 changed files with 0 additions and 18 deletions

View File

@ -69,7 +69,6 @@ pool.c
race.c
region.c
resources.c
rules.c
save.c
ship.c
skills.c

View File

@ -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;
}

View File

@ -1,5 +0,0 @@
#pragma once
int read_rules(const char *filename);
int write_rules(const char * filename);