Function.h 195 B

12345678
  1. #pragma once
  2. #include "Win32.h"
  3. int Err(HWND hwnd, LPCTSTR message, LPCTSTR title);
  4. int Err(ATOM atom, LPCTSTR message, LPCTSTR title);
  5. int Err(LPCTSTR title, LPCTSTR message);
  6. void StartBDS();