mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
test commit
svn-id: r21938
This commit is contained in:
parent
ba1b25305e
commit
3020b2016a
@ -40,8 +40,8 @@ struct GameDescriptor {
|
||||
gameid(g), description(d) {}
|
||||
|
||||
/**
|
||||
* This template constructor allows to easily convert structs that mimic GameDescriptor
|
||||
* to a GameDescriptor instance.
|
||||
* This template constructor allows to easily convert structs that mimic
|
||||
* GameDescriptor to a real GameDescriptor instance.
|
||||
*
|
||||
* Normally, one would just subclass GameDescriptor to get this effect much easier.
|
||||
* However, subclassing a struct turns it into a non-POD type. One of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user