source:
src/Validate/ImplementEnumFunc.hpp@
76425bc
| Last change on this file since 76425bc was af746cc, checked in by , 19 months ago | |
|---|---|
|
|
| File size: 152 bytes | |
| Rev | Line | |
|---|---|---|
| [af746cc] | 1 | #pragma once |
| 2 | ||
| 3 | namespace ast { | |
| 4 | class TranslationUnit; | |
| 5 | } | |
| 6 | ||
| 7 | namespace Validate { | |
| 8 | void implementEnumFunc( ast::TranslationUnit & translationUnit ); | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.