mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
10 lines
157 B
C++
10 lines
157 B
C++
#pragma once
|
|
#ifndef __PL_NUMBERFORMATTING_H__
|
|
#define __PL_NUMBERFORMATTING_H__
|
|
|
|
class PLPasStr;
|
|
|
|
void StringToNum(const PLPasStr &str, long *num);
|
|
|
|
#endif
|