-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.d.ts
More file actions
26 lines (20 loc) · 948 Bytes
/
index.d.ts
File metadata and controls
26 lines (20 loc) · 948 Bytes
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
26
/*
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="common/helpers-global.d.ts" />
/// <reference path="runtime/generated/defines.d.ts" />
/// <reference path="runtime/generated/global-functions.d.ts" />