blob: 381b955431573c3eb2af0f12a01101b447b10637 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "option.h"
#define FF_INITSYSTEM_MODULE_NAME "InitSystem"
bool ffPrintInitSystem(FFInitSystemOptions* options);
void ffInitInitSystemOptions(FFInitSystemOptions* options);
void ffDestroyInitSystemOptions(FFInitSystemOptions* options);
extern FFModuleBaseInfo ffInitSystemModuleInfo;
|