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

Multiple definition of int FloatToInt( float a, int limit ) #19

Open
GoogleCodeExporter opened this issue Apr 9, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

This is not an issue but more a sugestion:

When building the Squish library with a custom build system where all the cpp 
files are concatenated into one big cpp, compilation errors occurs because of 
the function "int FloatToInt( float a, int limit )" which is defined 3 times in 
3 different cpp files (alpha.cpp singlecolourfit.cpp colourblock.cpp).

It could be usefull to "factorise" this code into a new file to avoid this kind 
of errors.

Thanks a lot




Original issue reported on code.google.com by clementv...@gmail.com on 29 Feb 2012 at 9:10

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

No branches or pull requests

1 participant