Implemented flashligr and nightvision goggles usage.

Credits for this mostly goes to Immortal_BLG and KWo.
This commit is contained in:
Dmitry 2019-05-10 21:12:12 +03:00 committed by jeefo
commit 61b2566373
7 changed files with 149 additions and 29 deletions

View file

@ -361,8 +361,7 @@ public:
}
};
class SimpleColor final : private NonCopyable
{
class SimpleColor final : private NonCopyable {
public:
int red, green, blue;