2018-01-22 12:32:15 +01:00
|
|
|
// Matrix Construct
|
|
|
|
//
|
|
|
|
// Copyright (C) Matrix Construct Developers, Authors & Contributors
|
|
|
|
// Copyright (C) 2016-2018 Jason Volk <jason@zemos.net>
|
|
|
|
//
|
|
|
|
// Permission to use, copy, modify, and/or distribute this software for any
|
|
|
|
// purpose with or without fee is hereby granted, provided that the above
|
|
|
|
// copyright notice and this permission notice is present in all copies. The
|
|
|
|
// full license for this software is available in the LICENSE file.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
#define HAVE_IRCD_M_V1_H
|
|
|
|
|
2018-02-19 23:34:34 +01:00
|
|
|
#include "version.h"
|
2018-02-25 08:53:32 +01:00
|
|
|
#include "query.h"
|
2018-01-22 12:32:15 +01:00
|
|
|
#include "make_join.h"
|
2018-01-22 19:05:45 +01:00
|
|
|
#include "send_join.h"
|
2018-01-22 12:32:15 +01:00
|
|
|
#include "event.h"
|
|
|
|
#include "state.h"
|
|
|
|
#include "backfill.h"
|
2018-01-22 19:05:45 +01:00
|
|
|
#include "send.h"
|