mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-11 19:43:44 +00:00
subrepo: subdir: "tools/fado" merged: "a0fa82808" upstream: origin: "git@github.com:EllipticEllipsis/fado.git" branch: "master" commit: "a0fa82808" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
5 lines
262 B
C++
5 lines
262 B
C++
/* Copyright (C) 2021 Elliptic Ellipsis */
|
|
/* SPDX-License-Identifier: AGPL-3.0-only */
|
|
const char versionNumber[] = "1.2.1";
|
|
const char credits[] = "Written by Elliptic Ellipsis\nand AngheloAlf";
|
|
const char repo[] = "https://github.com/EllipticEllipsis/fado/";
|