diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b8df4..208998d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Fixed compatibility issues with devkitPPC release 39. +- Added `GRRLIB_LoadTTFFromFile()` to load a TTF from a file. - Fixed documentation for `GRRLIB_Camera3dSettings()`. ## [4.4.1] - 2021-03-05 diff --git a/GRRLIB/GRRLIB/GRRLIB_fileIO.c b/GRRLIB/GRRLIB/GRRLIB_fileIO.c index f4350d6..9b5bbe9 100644 --- a/GRRLIB/GRRLIB/GRRLIB_fileIO.c +++ b/GRRLIB/GRRLIB/GRRLIB_fileIO.c @@ -1,5 +1,5 @@ /*------------------------------------------------------------------------------ -Copyright (c) 2009-2020 The GRRLIB Team +Copyright (c) 2009-2022 The GRRLIB Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal