Explorar o código

comment #error

mikymod %!s(int64=11) %!d(string=hai) anos
pai
achega
33650a1a9c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      engine/os/win/main.cpp

+ 3 - 3
engine/os/win/main.cpp

@@ -188,19 +188,19 @@ public:
 	//-----------------------------------------------------------------------------
 	void display_modes(Array<DisplayMode>& /*modes*/)
 	{
-		#error "Implement me"
+		// #error "Implement me"
 	}
 
 	//-----------------------------------------------------------------------------
 	void set_display_mode(uint32_t /*id*/)
 	{
-		#error "Implement me"
+		// #error "Implement me"
 	}
 
 	//-----------------------------------------------------------------------------
 	void set_fullscreen(bool full)
 	{
-		#error "Implement me"
+		// #error "Implement me"
 	}
 
 	//-----------------------------------------------------------------------------