8 lines
115 B
C
8 lines
115 B
C
#pragma once
|
|
|
|
#include "idlib/containers/list.h"
|
|
#include "idlib/text/str.h"
|
|
|
|
typedef idList<idStr, 5> idStrList;
|
|
|