taisei/src/plrmodes/reimu_a_entities.h

15 lines
369 B
C
Raw Permalink Normal View History

/*
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
2024-05-16 23:30:41 +02:00
* Copyright (c) 2011-2024, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2024, Andrei Alexeyev <akari@taisei-project.org>.
*/
#pragma once
#include "taisei.h"
#define ENTITIES_ReimuA(X, ...) \
X(ReimuASlave, __VA_ARGS__) \
2021-08-14 17:11:38 +02:00
END_OF_ENTITIES