summaryrefslogtreecommitdiffstats
path: root/core/macros.hh
blob: def52da1651d5b4b04ba520db12217e8940465dc (plain)
1
2
3
4
5
6
7
#ifndef CORE_MACROS_HH
#define CORE_MACROS_HH 1
#pragma once

#define DECLARE_DEFAULT_CTOR(type) public: type(void) = default

#endif /* CORE_MACROS_HH */