hgr2rgbntsc/src/StdAfx.h

16 lines
410 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-29 18:56:38 +00:00
// Includes
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
2014-12-29 18:56:38 +00:00
// Prototypes
uint8_t *MemGetMainPtr( uint16_t address );
uint8_t *MemGetAuxPtr ( uint16_t address );