comparison test/automated/SDL_at.h @ 3482:78db4f7ae2f3

More fixes to compile under Visual C++
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Nov 2009 07:00:26 +0000
parents 22ac66da0765
children
comparison
equal deleted inserted replaced
3481:c32c53fca10d 3482:78db4f7ae2f3
134 * @brief Prints some text. 134 * @brief Prints some text.
135 * 135 *
136 * @param msg printf formatted string to display. 136 * @param msg printf formatted string to display.
137 * @return Number of character printed. 137 * @return Number of character printed.
138 */ 138 */
139 #define SDL_ATprint(msg, args...) \ 139 int SDL_ATprint( const char *msg, ... );
140 SDL_ATprintVerbose( 0, msg, ## args)
141 /** 140 /**
142 * @brief Prints some verbose text. 141 * @brief Prints some verbose text.
143 * 142 *
144 * Verbosity levels are as follows: 143 * Verbosity levels are as follows:
145 * 144 *