-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.d.ts
25 lines (19 loc) · 896 Bytes
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
This file includes _only_ types for all factorio stages; it declares the factorio:common, factorio:prototype,
and factorio:runtime modules.
*/
/// <reference types="lua-types/5.2" />
/// <reference path="common/types.d.ts" />
/// <reference path="settings/types.d.ts" />
/// <reference path="prototype/generated/prototypes.d.ts" />
/// <reference path="prototype/generated/types.d.ts" />
/// <reference path="runtime/generated/events.d.ts" />
/// <reference path="runtime/generated/classes.d.ts" />
/// <reference path="runtime/generated/concepts.d.ts" />
/// <reference path="runtime/generated/index-types.d.ts" />
/// <reference path="runtime/pairs.d.ts" />
/// <reference path="lualib/index.d.ts" />
// common globals
/// <reference path="common/serpent.d.ts" />
/// <reference path="runtime/generated/defines.d.ts" />
/// <reference path="runtime/generated/global-functions.d.ts" />