project64/Source/Project64/UserInterface/WTLControls/GetCWindowText.h

6 lines
85 B
C++

#pragma once
#include <string>
std::string GetCWindowText(const CWindow & window);