mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
c47206617d
* Reorganize sources * Refactor * Remove relative paths * Renames * Fix gitignore * Remove stuff * Try fixing format script * Fix format * Fix format * Fix naming script * Test format * Fix format
6 lines
112 B
C++
6 lines
112 B
C++
#ifndef LEGOPATHBOUNDARH_H
|
|
#define LEGOPATHBOUNDARH_H
|
|
|
|
class LegoPathBoundary {};
|
|
|
|
#endif // LEGOPATHBOUNDARH_H
|