From 8ff9d33618ece5c4f72365aa70379401a3b36dea Mon Sep 17 00:00:00 2001 From: Mio Bambino Date: Sat, 3 Dec 2022 17:00:57 +0100 Subject: [PATCH 1/2] Adding Retro Gadgets type definitions Adding Retro Gadgets type definitions --- docs/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 191cbc9b..ca5f8fac 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -82,3 +82,4 @@ The real power of this transpiler is usage together with good declarations for t - [World of Warcraft Classic - Addon Development](https://github.com/wartoshika/wow-classic-declarations) - [Typed Factorio](https://github.com/GlassBricks/typed-factorio) - [The Binding of Isaac: Rebirth](https://isaacscript.github.io) +- [Retro Gadget](https://github.com/DarkMio/retro-gadgets-typedefs) From e01305bca0cdcc462ff1b65f75358d7a3f793a20 Mon Sep 17 00:00:00 2001 From: Mio Bambino Date: Sat, 3 Dec 2022 17:03:13 +0100 Subject: [PATCH 2/2] Adding template URL, too --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ca5f8fac..154fc1d5 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -82,4 +82,4 @@ The real power of this transpiler is usage together with good declarations for t - [World of Warcraft Classic - Addon Development](https://github.com/wartoshika/wow-classic-declarations) - [Typed Factorio](https://github.com/GlassBricks/typed-factorio) - [The Binding of Isaac: Rebirth](https://isaacscript.github.io) -- [Retro Gadget](https://github.com/DarkMio/retro-gadgets-typedefs) +- [Retro Gadget](https://github.com/DarkMio/retro-gadgets-typedefs) ([template](https://github.com/DarkMio/retro-gadgets-template))