hgr2rgbntsc/src/StdAfx.h

12 lines
288 B
C
Raw Normal View History

2014-12-29 17:05:49 +00:00
#ifdef _MSC_VER
// Shut compiler up about strcpy() fopen() not being safe
#define _CRT_SECURE_NO_WARNINGS 1
#endif // _MSC_VER
2014-12-28 18:10:36 +00:00
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h> // uint8_t
#include <string.h> // memset
#include <math.h> // cos sin