Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
SDL_RWops is returned by pointer so we don't need to worry about the msvc bug.
  • Loading branch information
gfgtdf committed Oct 18, 2014
1 parent 97c1426 commit fc881e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/filesystem.hpp
Expand Up @@ -30,7 +30,6 @@

class config;

//TODO: will this compile for msvc <= 2010 which has a bug when it comes to forward declaring return values?
struct SDL_RWops;

namespace filesystem {
Expand Down

0 comments on commit fc881e9

Please sign in to comment.