aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-05-19 12:22:42 +0200
committerBad Diode <bd@badd10de.dev>2021-05-19 12:22:42 +0200
commitfd5dede600bcaf8d5c16963544512b2e0ba68586 (patch)
treedfcf87c67ec114e34a92e07b7545afcf75ee4d2d /src/common.h
parent9873680f9d24e30afc1962987fac2c3ad1612f7b (diff)
downloaduxngba-fd5dede600bcaf8d5c16963544512b2e0ba68586.tar.gz
uxngba-fd5dede600bcaf8d5c16963544512b2e0ba68586.zip
Test automata drawing
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index aeea1a6..2859b11 100644
--- a/src/common.h
+++ b/src/common.h
@@ -3,6 +3,17 @@
3 3
4#include "shorthand.h" 4#include "shorthand.h"
5 5
6/*
7Copyright (c) 2021 Bad Diode
8
9Permission to use, copy, modify, and distribute this software for any
10purpose with or without fee is hereby granted, provided that the above
11copyright notice and this permission notice appear in all copies.
12
13THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
14WITH REGARD TO THIS SOFTWARE.
15*/
16
6// 17//
7// Memory sections. 18// Memory sections.
8// 19//