summaryrefslogtreecommitdiff
path: root/include/d/d_sys_init.h
blob: b87d3526a2a62f8a3402de941df4273f3f87122b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef D_SYS_INIT_H
#define D_SYS_INIT_H

#include "s/s_Phase.hpp"

namespace dSystem {

extern sPhase_c myDylinkInitPhase;

}

#endif // D_SYS_INIT_H