mirror of
https://github.com/libretro/Play-.git
synced 2025-02-23 21:22:55 +00:00
29 lines
496 B
Plaintext
29 lines
496 B
Plaintext
//
|
|
// Prefix header for all source files of the 'Purei' target in the 'Purei' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import "Types.h"
|
|
#import <UIKit/UIKit.h>
|
|
#else
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <assert.h>
|
|
|
|
#include <stdexcept>
|
|
#include <algorithm>
|
|
#include <functional>
|
|
#include <string>
|
|
#include <list>
|
|
#include <vector>
|
|
#include <deque>
|
|
#include <unordered_map>
|
|
#include <memory>
|
|
#include <map>
|
|
|
|
#include <boost/signals2.hpp>
|
|
#include <boost/lexical_cast.hpp>
|
|
#endif
|
|
|
|
|