refactor: Move engine into its own project #20
Annotations
11 errors and 10 notices
engine/include/engine/components/_component.h#L3
unknown type name 'class'
|
engine/include/engine/components/_component.h#L3
expected ';' after top level declarator
|
engine/include/engine/components/gravityComponent.h#L3
'engine/components/_component.h' file not found
|
engine/include/engine/components/scriptComponent.h#L3
'engine/components/_component.h' file not found
|
engine/include/engine/components/spriteComponent.h#L3
'engine/components/_component.h' file not found
|
engine/include/engine/components/transformComponent.h#L3
'engine/components/_component.h' file not found
|
engine/include/engine/ecs.h#L3
'engine/entity.h' file not found
|
engine/include/engine/entity.h#L3
'engine/components/_component.h' file not found
|
engine/include/engine/systems/_system.h#L6
unknown type name 'class'
|
engine/include/engine/systems/_system.h#L6
expected ';' after top level declarator
|
|
engine/include/engine/common.h#L1
File engine/include/engine/common.h does not conform to Custom style guidelines. (lines 5)
|
engine/include/engine/components/gravityComponent.h#L1
File engine/include/engine/components/gravityComponent.h does not conform to Custom style guidelines. (lines 6, 7, 8, 9, 10)
|
engine/include/engine/components/scriptComponent.h#L1
File engine/include/engine/components/scriptComponent.h does not conform to Custom style guidelines. (lines 6, 7, 8, 9)
|
engine/include/engine/components/spriteComponent.h#L1
File engine/include/engine/components/spriteComponent.h does not conform to Custom style guidelines. (lines 3, 10, 11, 12, 21, 22, 23, 24, 26, 28, 30, 32, 34, 36)
|
engine/include/engine/components/transformComponent.h#L1
File engine/include/engine/components/transformComponent.h does not conform to Custom style guidelines. (lines 6, 9, 10, 11, 12, 14, 15, 16, 17)
|
engine/include/engine/ecs.h#L1
File engine/include/engine/ecs.h does not conform to Custom style guidelines. (lines 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 37, 38, 39, 41)
|
engine/include/engine/entity.h#L1
File engine/include/engine/entity.h does not conform to Custom style guidelines. (lines 3, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63)
|
engine/include/engine/systems/_system.h#L1
File engine/include/engine/systems/_system.h does not conform to Custom style guidelines. (lines 7, 8, 9)
|
engine/include/engine/systems/input.h#L1
File engine/include/engine/systems/input.h does not conform to Custom style guidelines. (lines 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34)
|
engine/include/engine/systems/renderSystem.h#L1
File engine/include/engine/systems/renderSystem.h does not conform to Custom style guidelines. (lines 3, 10, 11, 12, 13, 15, 16, 17, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47)
|
This job failed
Loading