Opdracht 2 code en design af*
Co-authored-by: Aryan Lala (19097727) <A.E.Lala@student.hhs.nl>
This commit is contained in:
		
							
								
								
									
										14
									
								
								Opdracht_2/DigitaleMeter.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								Opdracht_2/DigitaleMeter.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
#ifndef __DigitaleMeter_H
 | 
			
		||||
#define __DigitaleMeter_H
 | 
			
		||||
 | 
			
		||||
#include "Observer.h"
 | 
			
		||||
 | 
			
		||||
using namespace std;
 | 
			
		||||
 | 
			
		||||
class Snelheid;
 | 
			
		||||
 | 
			
		||||
class DigitaleMeter : public Observer{
 | 
			
		||||
    public: DigitaleMeter(Snelheid*);
 | 
			
		||||
        virtual void update();
 | 
			
		||||
};
 | 
			
		||||
#endif
 | 
			
		||||
		Reference in New Issue
	
	Block a user