You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MattRix, thanx for futile... it is really awesome, simple and powerful.
I had naming conflits other libraries that declared an FMatrix class also ( although namespaced)
Wouldn't be a good idea to namespace the whole lib?
I did it with FMatrix (namespace FutileEngine{...})
and added a using FutileEngine; line on top of the files that required it and solved the conflict anyway
The text was updated successfully, but these errors were encountered:
MattRix, thanx for futile... it is really awesome, simple and powerful.
I had naming conflits other libraries that declared an FMatrix class also ( although namespaced)
Wouldn't be a good idea to namespace the whole lib?
I did it with FMatrix (
namespace FutileEngine{...}
)and added a
using FutileEngine;
line on top of the files that required it and solved the conflict anywayThe text was updated successfully, but these errors were encountered: