mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
18 lines
259 B
C++
18 lines
259 B
C++
#ifndef _STDAFX_H_
|
|
#define _STDAFX_H_
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
#include <list>
|
|
#include <map>
|
|
#include <set>
|
|
#include <functional>
|
|
#include <memory>
|
|
|
|
#include "signal/Signal.h"
|
|
|
|
#include "Types.h"
|
|
#include "Stream.h"
|
|
#include "xml/Node.h"
|
|
|
|
#endif
|