7 lines
234 B
Python
7 lines
234 B
Python
include_rules = [
|
|
# A lot of third_party code has been modified to use fxcrt.
|
|
'+core/include/fxcrt/fx_basic.h',
|
|
'+core/include/fxcrt/fx_coordinates.h',
|
|
'+core/include/fxcrt/fx_memory.h',
|
|
'+core/include/fxcrt/fx_system.h',
|
|
]
|