This website works better with JavaScript
Home
Explore
Help
Sign In
beef
/
beefytech.Beef
mirror of
https://github.com/beefytech/Beef
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
HEAD
master
0.43.5
0.43.4
0.43.3
0.43.2
0.43.1
0.43.0
0.42.8
0.42.7
0.42.6
0.42.5
0.42.4
0.42.3
0.42.2
0.42.1
beefytech.Beef
/
BeefTools
/
TestDLL
/
TestDLL.h
TestDLL.h
81 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
10
#pragma once
class TestMe
{
public:
int GetIt(int a)
{
return a + 100;
}
};