mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-07-12 18:18:56 -07:00
9 lines
95 B
C++
9 lines
95 B
C++
#ifndef _CPATHFINDAREA
|
|
#define _CPATHFINDAREA
|
|
|
|
class CPFArea {
|
|
|
|
};
|
|
|
|
#endif // _CPATHFINDAREA
|