mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 15:01:38 -04:00
13 lines
152 B
C++
13 lines
152 B
C++
#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
|