replace preprocessor syntax
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef DEVICE_H
|
||||
#define DEVICE_H
|
||||
#pragma once
|
||||
|
||||
class Device {
|
||||
public:
|
||||
@ -8,5 +7,3 @@ class Device {
|
||||
virtual void deviceRegister() = 0;
|
||||
virtual void deviceLoop() = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user