old-nall/shared-memory.hpp

13 lines
218 B
C++
Raw Permalink Normal View History

2016-05-15 10:42:10 +00:00
#pragma once
#include <nall/memory.hpp>
#include <nall/string.hpp>
#if defined(API_POSIX)
#include <nall/posix/shared-memory.hpp>
#endif
#if defined(API_WINDOWS)
#include <nall/windows/shared-memory.hpp>
#endif