Factor out handling of variables populated from the database.
This reorganization is a first step toward handling database compilation separately.
This commit is contained in:
parent
e0f160d313
commit
df46df6979
11 changed files with 127 additions and 56 deletions
1
score.c
1
score.c
|
@ -2,6 +2,7 @@
|
|||
#include "misc.h"
|
||||
#include "main.h"
|
||||
#include "share.h"
|
||||
#include "database.h"
|
||||
|
||||
/*
|
||||
* scoring and wrap-up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue