GITLAB

에프에이리눅스 / 1611_0007_prime_oven

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 1611_0007_prime_oven
  • app
  • app-prime-modbus
  • include
  • dirtylevel.h
  • ac60b5cec   음향 효과 일부 적용 및 소스 코드 정리 Browse Code »
    김태훈
    2017-05-18 16:47:48 +0900  
dirtylevel.h 154 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef DIRTYLEVEL_H
#define DIRTYLEVEL_H


namespace DirtyLevel {
void cookStart();
void cookEnd();

int dirty();
int state();
}

#endif // DIRTYLEVEL_H