Skip to content

Commit

Permalink
add stub (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer authored Feb 2, 2025
1 parent d2eb419 commit caee1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ncengine/ui/editor/stub/ComponentWidgetsStub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void TagUIWidget(Tag&, EditorContext&, const std::any&) {}
void TransformUIWidget(Transform&, EditorContext&, const std::any&) {}
void AudioSourceUIWidget(audio::AudioSource&, EditorContext&, const std::any&) {}
void DirectionalLightUIWidget(DirectionalLight&, EditorContext&, const std::any&) {}
void StaticMeshUIWidget(StaticMesh&, EditorContext&, const std::any&);
void StaticMeshUIWidget(StaticMesh&, EditorContext&, const std::any&) {}
void ParticleEmitterUIWidget(ParticleEmitter&, EditorContext&, const std::any&) {}
void PointLightUIWidget(PointLight&, EditorContext&, const std::any&) {}
void SpotLightUIWidget(SpotLight&, EditorContext&, const std::any&) {}
Expand Down

0 comments on commit caee1e5

Please sign in to comment.