mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			105 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			105 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef JAVA_BIND_H
							 | 
						||
| 
								 | 
							
								#define JAVA_BIND_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class JavaBind
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								public:
							 | 
						||
| 
								 | 
							
									JavaBind();
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif // JAVA_BIND_H
							 |