/* * System Interface Library for games * Copyright (c) 2007-2020 Andrew Church * Released under the GNU GPL version 3 or later; NO WARRANTY is provided. * See the file COPYING.txt for details. * * src/utility/strformat.h: Internal header for string formatting utility * routines. */ #ifndef SIL_SRC_UTILITY_STRFORMAT_H #define SIL_SRC_UTILITY_STRFORMAT_H #include "SIL/utility/strformat.h" // No internal declarations needed. #endif // SIL_SRC_UTILITY_STRFORMAT_H