CTRE Phoenix 6 C++ 24.3.0
ConsoleUtil.hpp
Go to the documentation of this file.
1/*
2 * Copyright (C) Cross The Road Electronics.  All rights reserved.
3 * License information can be found in CTRE_LICENSE.txt
4 * For support and suggestions contact support@ctr-electronics.com or file
5 * an issue tracker at https://github.com/CrossTheRoadElec/Phoenix-Releases
6 */
7#pragma once
8
10
11namespace ctre {
12namespace phoenix {
13namespace platform {
14
15 /** Enables UTF-8 console output. */
17
18} //namespace platform
19} //namespace phoenix
20} //namespace ctre
#define CTREXPORT
Definition: export.h:14
CTREXPORT void EnableConsoleUTF8Output()
Enables UTF-8 console output.
Definition: string_util.hpp:15