Skip to content
Snippets Groups Projects
Select Git revision
  • 681142e5a890143cfdd5625f223d5884e8b10dc8
  • main default protected
  • YL
  • NS
4 results

model.py

Blame
  • custom_functions.h 124 B
    #ifndef CUSTOMFUNCTIONS_H
    #define CUSTOMFUNCTIONS_H
    
    void platzhalter(){
        // Dies ist nur ein Platzhalter.
    }
    
    
    
    
    
    
    #endif