Skip to content

refactor: reorganize project structure and standarized code#11

Open
WojtussToKox wants to merge 6 commits into
mainfrom
feat/parser-implementation
Open

refactor: reorganize project structure and standarized code#11
WojtussToKox wants to merge 6 commits into
mainfrom
feat/parser-implementation

Conversation

@WojtussToKox
Copy link
Copy Markdown

No description provided.

Comment thread include/scene/Scene.hpp
@@ -0,0 +1,27 @@
#ifndef SCENE_H
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to hpp

double blinkFrequencyHz = 0.0;
};

#endif // BLINKCOMPONENT_H No newline at end of file
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to hpp

#ifndef SCENE_ALL_HPP
#define SCENE_ALL_HPP

// 1. Główne struktury danych sceny
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments seem unnecessary here

std::string name;
bool isVisible = true;

// Struktura trzymająca pozycję
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment

Component& operator=(Component&&) = default;
};

#endif // COMPONENT_H No newline at end of file
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to COMPONENT_HPP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants