old-nall/service.hpp

14 lines
242 B
C++
Raw Permalink Normal View History

2016-05-15 10:42:10 +00:00
#pragma once
//service model template built on top of shared-memory
#include <nall/shared-memory.hpp>
#if defined(API_POSIX)
#include <nall/posix/service.hpp>
#endif
#if defined(API_WINDOWS)
#include <nall/windows/service.hpp>
#endif