Ivan Safrin 14 years ago
parent
commit
271ff2efb6

File diff suppressed because it is too large
+ 540 - 662
Bindings/Contents/LUA/Include/PolycodeLUAWrappers.h


File diff suppressed because it is too large
+ 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();

Some files were not shown because too many files changed in this diff