aboutsummaryrefslogtreecommitdiff
path: root/internal.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-08-10 17:06:05 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-08-10 17:06:05 -0400
commit48fad229ae1f033e694a7eb663945a6a3f1f4cb2 (patch)
tree7747d9c8a76659b55b1cdb9ba58d6d01944e39b6 /internal.f90
parente965762450457f8033397289c5f120475da3a039 (diff)
downloadLR-87-48fad229ae1f033e694a7eb663945a6a3f1f4cb2.tar.gz
LR-87-48fad229ae1f033e694a7eb663945a6a3f1f4cb2.zip
Dumb renderer now can mark favorites correctly. Placeholder for handling internal links.
Diffstat (limited to 'internal.f90')
-rw-r--r--internal.f908
1 files changed, 8 insertions, 0 deletions
diff --git a/internal.f90 b/internal.f90
new file mode 100644
index 0000000..9062837
--- /dev/null
+++ b/internal.f90
@@ -0,0 +1,8 @@
+module internal_links
+implicit none
+
+contains
+
+
+
+end module internal_links \ No newline at end of file