Ivan Safrin 14 лет назад
Родитель
Сommit
271ff2efb6

Разница между файлами не показана из-за своего большого размера
+ 540 - 662
Bindings/Contents/LUA/Include/PolycodeLUAWrappers.h


Разница между файлами не показана из-за своего большого размера
+ 469 - 647
Bindings/Contents/LUA/Source/PolycodeLUA.cpp


+ 1 - 4
Core/Contents/Include/PolyCoreInput.h

@@ -44,10 +44,7 @@ namespace Polycode {
 	* User input event dispatcher. The Core input class is where all of the input events originate. You can add event listeners to this class to listen for user input events or poll it manually to check the state of user input.
 	*/
 	class _PolyExport CoreInput : public EventDispatcher {
-		
-		friend class PolyCore;
-		
-	public:
+		public:
 		
 		CoreInput();
 		~CoreInput();

Некоторые файлы не были показаны из-за большого количества измененных файлов