Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
215 B

#pragma once
#ifndef _CONST_H_
#define _CONST_H_
#define TIMER_NUM 1
#define TIMER_FREQUENCY (1000 * 60 * 5) /* 5 minutes == 1000 mill * 60 seconds * 5 min */
#define MAX_BALLOON_FIRINGS 12
#endif