Add author comment

This commit is contained in:
Clyne 2021-01-05 17:58:15 -05:00 committed by GitHub
parent d55096acd7
commit 7b3c379621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,9 @@
/**
* ini_config.hpp - Evaluate INI configs at compile-time for efficient use at run-time.
* Written by Clyne Sullivan.
* https://github.com/tcsullivan/ini-config
*/
#ifndef TCSULLIVAN_INI_CONFIG_HPP
#define TCSULLIVAN_INI_CONFIG_HPP