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

5 lines
84 B
C++

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