aboutsummaryrefslogblamecommitdiff
path: root/model.h
blob: 0fcf5d35ac810441a6c2c97a5feb8e552ee16f86 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11





                 
                 



                  
                  
 


                                                       
 


                                
 




                                
 
 


                             




                                                   




                                                                             
           





                                                                              
                              



                                                                          
                           





                                                                   










                                                





                                                                             
           










                                                                            
                             



                                                 

                                            

                                              
                                       
                                                          
                                        
                                                          
                                        
            
                                     

                                    









                                                                    
                                                                     
                                                                                 
                                                                         
 
                                                                            
























                                                                    



                                                                               
                             
      

  











                                                                       



















                                                              
                               




















                                                              
                                                                          




                                                                            
                                                               














                                                                            

                                                                         
                                                      
























                                                                     





                                                               
                                                      
                                                                



                             

  








                                                                                   



                                                 


                 


                                    



                                                   
           









                                                                   
                                               



                                             


                                       

  















                                                
















                                                 
















                                                     
 





                                                                          
                                                                              


                                                                          

                                                 
           
                                            





                                                                                




                                                                         

  




                                                                               

                    






                                                                       
                           
 


                                                                           


      
#ifndef MODEL_H
#define MODEL_H

#include <string>
#include <list>
#include <map>
#include <vector>

using std::list;
using std::string;
using std::map;
using std::vector;

// the range of unsigned char is enough for these types
typedef unsigned char ClassType;  
typedef unsigned char NumLvl;      

const int CLS_RET_ADDR =