Welcome to the Builder Academy

Question playing_time in do_score

More
09 Apr 2024 01:06 #10379 by Fubar
Replied by Fubar on topic playing_time in do_score
Forgot one section

STRUTS.H:

/** This structure is purely intended to be an easy way to transfer and return
* information about time (real or mudwise). */
struct time_info_data
{
int seconds; /**< numeric seconds */
int minutes; /**< numeric minutes */
int hours; /**< numeric hour */
int day; /**< numeric day */
int month; /**< numeric month */
sh_int year; /**< numeric year */
};

Please Log in or Create an account to join the conversation.

Time to create page: 0.178 seconds