Ivan Safrin před 14 roky
rodič
revize
271ff2efb6

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 540 - 662
Bindings/Contents/LUA/Include/PolycodeLUAWrappers.h


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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.
 	* 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 {
 	class _PolyExport CoreInput : public EventDispatcher {
-		
-		friend class PolyCore;
-		
-	public:
+		public:
 		
 		
 		CoreInput();
 		CoreInput();
 		~CoreInput();
 		~CoreInput();

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů