Normalize indentation in the readme
This commit is contained in:
parent
fba70eeb92
commit
09b7d7f3da
16
README.md
16
README.md
@ -15,14 +15,14 @@ This library implements the macros required to define Aurora style interfaces. D
|
|||||||
|
|
||||||
#### In your public API:
|
#### In your public API:
|
||||||
```
|
```
|
||||||
LIB_INTERFACE(IInputMouseSubscriber,
|
LIB_INTERFACE(IInputMouseSubscriber,
|
||||||
AUI_METHODS
|
AUI_METHODS
|
||||||
(
|
(
|
||||||
AUI_METHOD(void, onButtonPress, (AuUInt8, mb)),
|
AUI_METHOD(void, onButtonPress, (AuUInt8, mb)),
|
||||||
AUI_METHOD(void, onButtonTick, (AuUInt8, mb)),
|
AUI_METHOD(void, onButtonTick, (AuUInt8, mb)),
|
||||||
AUI_METHOD(void, onButtonUp, (AuUInt8, mb))
|
AUI_METHOD(void, onButtonUp, (AuUInt8, mb))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
#### In a dedicated translation unit:
|
#### In a dedicated translation unit:
|
||||||
|
Loading…
Reference in New Issue
Block a user