diff options
Diffstat (limited to 'ue4/mycpu/displays.h')
| -rw-r--r-- | ue4/mycpu/displays.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ue4/mycpu/displays.h b/ue4/mycpu/displays.h index 33d81bb..123547f 100644 --- a/ue4/mycpu/displays.h +++ b/ue4/mycpu/displays.h | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | */ | 19 | */ |
| 20 | template <class T> | 20 | template <class T> |
| 21 | class CDisplayWDEZ | 21 | class CDisplayWDEZ |
| 22 | : public CDisplay<T> | 22 | : public CDisplay<T> |
| 23 | { | 23 | { |
| 24 | public: | 24 | public: |
| 25 | CDisplayWDEZ() | 25 | CDisplayWDEZ() |
| @@ -33,7 +33,8 @@ class CDisplayWDEZ | |||
| 33 | * @return - | 33 | * @return - |
| 34 | * @globalvars none | 34 | * @globalvars none |
| 35 | * @exception none | 35 | * @exception none |
| 36 | * @conditions none | 36 | * @pre none |
| 37 | * @post none | ||
| 37 | */ | 38 | */ |
| 38 | void display(const T &value) | 39 | void display(const T &value) |
| 39 | { | 40 | { |
| @@ -51,7 +52,7 @@ class CDisplayWDEZ | |||
| 51 | */ | 52 | */ |
| 52 | template <class T> | 53 | template <class T> |
| 53 | class CDisplayWHEX | 54 | class CDisplayWHEX |
| 54 | : public CDisplay<T> | 55 | : public CDisplay<T> |
| 55 | { | 56 | { |
| 56 | public: | 57 | public: |
| 57 | CDisplayWHEX() | 58 | CDisplayWHEX() |
| @@ -65,7 +66,8 @@ class CDisplayWHEX | |||
| 65 | * @return - | 66 | * @return - |
| 66 | * @globalvars none | 67 | * @globalvars none |
| 67 | * @exception none | 68 | * @exception none |
| 68 | * @conditions none | 69 | * @pre none |
| 70 | * @post none | ||
| 69 | */ | 71 | */ |
| 70 | void display(const T &value) | 72 | void display(const T &value) |
| 71 | { | 73 | { |
