Created
April 8, 2017 20:19
-
-
Save PoetaKodu/13d033c0e71ef41ac877cbf7c21953e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Zwraca kopie tablicy z wszystkimi aktorami w poziomie. */ | |
inline TActorsV GetActors() const { return m_actors; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment