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 authored and cbeck88 committed Oct 26, 2014
1 parent 2259396 commit 85edffb
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 85edffb

Please sign in to comment.