Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/local file asset loading #53

Merged
merged 6 commits into from
Mar 25, 2014

Conversation

aogilvie
Copy link
Contributor

No description provided.

@aogilvie aogilvie mentioned this pull request Mar 20, 2014
return NSStringMake(full_path);
NSString *EJApp::pathForResource(NSString *resourcePath) {
string full_path = string(EJECTA_APP_FOLDER) + resourcePath->getCString();
return NSStringMake(full_path);
Copy link
Member

Choose a reason for hiding this comment

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

Spaces vs tabs?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup if I modified an entire method I changed all the syntax in the method (spaces, pointers, whitespace etc.)

Copy link
Member

Choose a reason for hiding this comment

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

So we should go for spaces instead of tabs?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Tabs or space is fine as long as a tab is not set to 8 columns! I'm going to indent bomb the whole project later after we get the restructuring done. Not concerned about indentations at the moment.

aogilvie added a commit that referenced this pull request Mar 25, 2014
@aogilvie aogilvie merged commit 9d3482a into Wizcorp:develop Mar 25, 2014
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