mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-07 05:41:13 -05:00
Update yet more file header comments to standardized new format
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
#include "StringUtils.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| StringUtils.cpp |
|
||||
| |
|
||||
| String utility functions |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <string>
|
||||
#include "StringUtils.h"
|
||||
|
||||
const char* StringUtils::wchar_to_char(const wchar_t* pwchar)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user