aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net.c b/net.c
index cb324e8..001eaae 100644
--- a/net.c
+++ b/net.c
@@ -11,6 +11,8 @@
#include "puzzles.h"
#include "tree234.h"
+const char *const game_name = "Net";
+
#define PI 3.141592653589793238462643383279502884197169399
#define MATMUL(xr,yr,m,x,y) do { \