mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
10 lines
176 B
Text
10 lines
176 B
Text
template "Plain package with header" sub;
|
|
|
|
@@<:PACKAGE:>.h
|
|
#ifndef _<:PACKAGE:>_<:PACKAGE:>_h
|
|
#define _<:PACKAGE:>_<:PACKAGE:>_h
|
|
|
|
#endif
|
|
@@<:PACKAGE:>.upp
|
|
file
|
|
<:PACKAGE:>.h;
|