GAIA 0.1.0
util
sentry
sentry.h
1
// Copyright 2018, Beeri 15. All rights reserved.
2
// Author: Roman Gershman (romange@gmail.com)
3
//
4
5
#pragma once
6
7
#include "util/asio/io_context.h"
8
9
namespace
util {
10
11
void
EnableSentry(IoContext* context);
12
13
}
// namespace util
Generated by
1.8.15