]> git.tdb.fi Git - libs/core.git/commitdiff
Make Console references static instead of extern
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 15:42:11 +0000 (17:42 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 15:42:11 +0000 (17:42 +0200)
This avoids unresolved external errors on MSVC.  It's not ideal because
every translation unit will have its own copy of the references and
initialize them separately, but the overhead for calling the instance
accessor function is not too large.


No differences found