mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 06:06:04 +00:00
5834c335e6
subrepo: subdir: "tools/fado" merged: "7fad57f83" upstream: origin: "git@github.com:EllipticEllipsis/fado.git" branch: "master" commit: "7fad57f83" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
5 lines
288 B
C++
5 lines
288 B
C++
/* Copyright (C) 2021 Elliptic Ellipsis */
|
|
/* SPDX-License-Identifier: AGPL-3.0-only */
|
|
const char versionNumber[] = "1.3.2";
|
|
const char credits[] = "Written by Elliptic Ellipsis\nwith additions from AngheloAlf and Tharo";
|
|
const char repo[] = "https://github.com/EllipticEllipsis/fado/";
|