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.
 
 
 
 
 
 

17 lines
289 B

#pragma once
#include <ctype.h>
#include <math.h>
#include "stdarg_compat.h"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "miniwin/misc.h"
#include "storm_full.h"
#ifndef MAX_PATH
#define MAX_PATH 260
#endif