Skip to content
This repository was archived by the owner on Jan 28, 2020. It is now read-only.

feat: Added getAssetStore for cross platform asset storage.#184

Open
M3TIOR wants to merge 3 commits intoGentenStudios:developfrom
M3TIOR:feat-asset-store
Open

feat: Added getAssetStore for cross platform asset storage.#184
M3TIOR wants to merge 3 commits intoGentenStudios:developfrom
M3TIOR:feat-asset-store

Conversation

@M3TIOR
Copy link
Copy Markdown
Contributor

@M3TIOR M3TIOR commented Dec 15, 2019

So, long story short I'm stupid. I spent a full week on this crap
trying to make an asset manager class with loading features.
It's a tiny push now, not what I was intending it to be... But
I'm glad it's done. KISS: Keep It Simple Stupid 😑

So, long story short I'm stupid. I spent a full week on this crap
trying to make an asset manager class with loading features.
It's a tiny push now, not what I was intending it to be... But
I'm glad it's done. KISS: Keep It Simple Stupid 😑
@M3TIOR M3TIOR requested a review from a team as a code owner December 15, 2019 18:52
using namespace qz::utils;

// Horizontal namespace shrinking to improve code readability.
#define FS std::filesystem
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe use using fs = std::filesystem instead.

I actually didn't know about the `using` keywords declarative
invocation. Thanks for pointing that out @beeperdeeper089 I'll
keep a note of that for future occurrences.
@M3TIOR
Copy link
Copy Markdown
Contributor Author

M3TIOR commented Dec 22, 2019

Whelp... just realized that should have been a fix because the prior commit broke everything. Oh well, better luck next time I suppose.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants