Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 623 Bytes

layout.md

File metadata and controls

12 lines (9 loc) · 623 Bytes

Source code layout for Cfx.re/CitizenFX

The CitizenFX codebase is a vast set of multiple components, many of which having nested README.md files explaining their purpose further in the codebase.

This document is a general guideline towards these directories.

Root

  • code/: Core native project code, and the root of the native build.
  • data/: Runtime data for the projects to use.
  • ext/: Extra supporting projects, generally either standalone or otherwise only depending on files/data in ext/ itself.
  • vendor/: Submodules for project dependencies.