mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 13:38:14 +08:00 
			
		
		
		
	Add modules support (#1015)
Add experimental C++20 module suppport. Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
This commit is contained in:
		@@ -3,6 +3,7 @@
 | 
			
		||||
// the LICENSE file.
 | 
			
		||||
#include <ftxui/component/component.hpp>
 | 
			
		||||
#include <ftxui/component/screen_interactive.hpp>
 | 
			
		||||
#include <string>
 | 
			
		||||
 | 
			
		||||
using namespace ftxui;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,7 @@
 | 
			
		||||
// the LICENSE file.
 | 
			
		||||
#include <ftxui/component/component.hpp>
 | 
			
		||||
#include <ftxui/component/screen_interactive.hpp>
 | 
			
		||||
#include <string>
 | 
			
		||||
 | 
			
		||||
using namespace ftxui;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user