Chatterino
AttachToConsole.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace chatterino {
4 void attachToConsole();
5 }
Definition: Application.cpp:48
void attachToConsole()
Definition: AttachToConsole.cpp:9