This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
meemknight.PikaEngine
mirror of
https://github.com/meemknight/PikaEngine.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
console
Branches
Tags
console
glew
master
notMcDungeons
meemknight.Pika...
/
Pika
/
core
/
pikaSTD
/
validatePath.h
validatePath.h
85 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
10
11
#pragma once
namespace pika
{
bool isFileNameValid(const char *p, size_t s);
}