d3d10/include/print.hpp

8 lines
121 B
C++

#ifndef _PRINT_HPP_
#define _PRINT_HPP_
void print(LPCSTR fmt, ...);
void printW(LPCWSTR fmt, ...);
#endif _PRINT_HPP_