portingtools/src/client.hpp

9 lines
144 B
C++
Raw Normal View History

2022-11-09 16:08:54 +01:00
#pragma once
2022-11-07 01:01:36 +01:00
#include <stdexcept>
2022-11-05 18:07:20 +01:00
#include <sys/types.h>
namespace client {
2022-11-09 22:02:26 +01:00
void map(key_t key);
void resolveResourceLoc(key_t key);
}